Searched refs:thread_sample (Results 1 - 6 of 6) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
H A Dpitest-1.c165 void *thread_sample(void *arg) function
254 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
H A Dpitest-4.c142 void *thread_sample(void *arg) function
262 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
H A Dpitest-5.c182 void *thread_sample(void *arg) function
277 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
H A Dpitest-6.c165 void *thread_sample(void *arg) function
253 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
H A Dpitest-2.c165 void *thread_sample(void *arg) function
280 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);
H A Dpitest-3.c173 void *thread_sample(void *arg) function
292 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL);

Completed in 200 milliseconds