Searched refs:threadsample (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/ |
D | pitest-1.c | 236 pthread_t threads[cpus - 1], threadsample, threadtp, threadtl, threadtb; in main() local 254 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL); in main()
|
D | pitest-5.c | 260 pthread_t threads[cpus - 1], threadsample, threadtp, threadtl, threadtb; in main() local 277 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL); in main()
|
D | pitest-4.c | 243 pthread_t threadsample, threadtp, threadtl, threadtb1, threadtb2; in main() local 262 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL); in main()
|
D | pitest-6.c | 235 pthread_t threads[cpus - 1], threadsample, threadtp, threadtl, threadtb; in main() local 253 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL); in main()
|
D | pitest-2.c | 262 pthread_t threadsample, threadtp, threadtl, threadtb1, threadtb2; in main() local 280 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL); in main()
|
D | pitest-3.c | 273 pthread_t threadsample, threadtp, threadtl, threadtb1, threadtb2; in main() local 292 rc = pthread_create(&threadsample, &threadattr, thread_sample, NULL); in main()
|