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.c234 void *threaded_B(void *arg) in threaded_B() function
301 ret = pthread_create(&child_t, &ta, threaded_B, arg); in threaded_A()
314 threaded_B(arg); in threaded_A()
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress1.c234 void *threaded_B(void *arg) in threaded_B() function
289 ret = pthread_create(&child_t, &ta, threaded_B, arg); in threaded_A()
302 threaded_B(arg); in threaded_A()