Searched refs:child_t (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_timedwait/
H A Dstress1.c245 pthread_t child_t; local
255 ret = pthread_create(&child_t, &ta, threaded_B, arg);
294 ret = pthread_join(child_t, NULL);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_wait/
H A Dstress1.c237 pthread_t child_t; local
245 ret = pthread_create(&child_t, &ta, threaded_B, arg);
277 ret = pthread_join(child_t, NULL);

Completed in 44 milliseconds