Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dstress1.c273 pthread_t child_t; in threaded_A() local
284 ret = pthread_create(&child_t, &ta, threaded_B, arg); in threaded_A()
332 ret = pthread_join(child_t, NULL); in threaded_A()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress1.c272 pthread_t child_t; in threaded_A() local
281 ret = pthread_create(&child_t, &ta, threaded_B, arg); in threaded_A()
320 ret = pthread_join(child_t, NULL); in threaded_A()