Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dstress1.c217 void *threaded_B(void *arg) in threaded_B() function
284 ret = pthread_create(&child_t, &ta, threaded_B, arg); in threaded_A()
297 threaded_B(arg); in threaded_A()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress1.c226 void *threaded_B(void *arg) in threaded_B() function
281 ret = pthread_create(&child_t, &ta, threaded_B, arg); in threaded_A()
294 threaded_B(arg); in threaded_A()