Searched refs:thread_sample (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/ |
D | pitest-5.c | 182 void *thread_sample(void *arg) in thread_sample() function 277 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL); in main()
|
D | pitest-1.c | 165 void *thread_sample(void *arg) in thread_sample() function 254 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL); in main()
|
D | pitest-4.c | 142 void *thread_sample(void *arg) in thread_sample() function 262 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL); in main()
|
D | pitest-6.c | 165 void *thread_sample(void *arg) in thread_sample() function 253 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL); in main()
|
D | pitest-2.c | 165 void *thread_sample(void *arg) in thread_sample() function 280 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL); in main()
|
D | pitest-3.c | 173 void *thread_sample(void *arg) in thread_sample() function 292 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL); in main()
|