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

  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
pitest-1.c 134 void *thread_tl(void *param) function
285 rc = pthread_create(&threadtl, &threadattr, thread_tl, &tp[0]);
pitest-5.c 136 void *thread_tl(void *param) function
307 rc = pthread_create(&threadtl, &threadattr, thread_tl, &tp[0]);
pitest-6.c 133 void *thread_tl(void *param) function
284 rc = pthread_create(&threadtl, &threadattr, thread_tl, &tp[0]);
pitest-2.c 134 void *thread_tl(void *param) function
313 rc = pthread_create(&threadtl, &threadattr, thread_tl, &tp[0]);
pitest-3.c 138 void *thread_tl(void *param) function
325 rc = pthread_create(&threadtl, &threadattr, thread_tl, &tp[0]);

Completed in 79 milliseconds