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

  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
pitest-1.c 165 void *thread_sample(void *arg) function
254 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
pitest-4.c 142 void *thread_sample(void *arg) function
262 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
pitest-5.c 182 void *thread_sample(void *arg) function
277 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
pitest-6.c 165 void *thread_sample(void *arg) function
253 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
pitest-2.c 165 void *thread_sample(void *arg) function
280 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
pitest-3.c 173 void *thread_sample(void *arg) function
292 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);

Completed in 482 milliseconds