HomeSort by relevance Sort by last modified time
    Searched refs:child_th (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
1-2.c 170 pthread_t child_th; local
387 ret = pthread_create(&child_th, NULL, tf, td);
423 ret = pthread_join(child_th, NULL);
2-1.c 147 pthread_t child_th; local
350 ret = pthread_create(&child_th, NULL, tf, td);
386 ret = pthread_join(child_th, NULL);
4-2.c 168 pthread_t child_th; local
369 ret = pthread_create(&child_th, NULL, tf, td);
405 ret = pthread_join(child_th, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-4.c 260 pthread_t child_th; local
507 ret = pthread_create(&child_th, NULL, tf, td);
596 ret = pthread_join(child_th, NULL);
2-7.c 267 pthread_t child_th; local
512 ret = pthread_create(&child_th, NULL, tf, td);
598 ret = pthread_join(child_th, NULL);
4-2.c 216 pthread_t child_th[NCHILDREN]; local
478 pthread_create(&child_th[k], NULL,
583 ret = pthread_join(child_th[k], NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-2.c 274 pthread_t child_th; local
521 ret = pthread_create(&child_th, NULL, tf, td);
610 ret = pthread_join(child_th, NULL);

Completed in 423 milliseconds