Home
last modified time | relevance | path

Searched refs:threadFn (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dthread_local_test.cpp30 void* threadFn(void* id_ptr) in threadFn() function
54 pthread_create(&ids[i], NULL, threadFn, &short_ids[i]); in thread_local_test()
H A Dpthread_barrier_test.cpp12 void* threadFn(void* id_ptr) in threadFn() function
42 pthread_create(&ids[i], NULL, threadFn, &short_ids[i]); in main()