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) function
54 pthread_create(&ids[i], NULL, threadFn, &short_ids[i]);
H A Dpthread_barrier_test.cpp12 void* threadFn(void* id_ptr) function
42 pthread_create(&ids[i], NULL, threadFn, &short_ids[i]);

Completed in 49 milliseconds