Searched refs:high_id (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/condvar/ |
H A D | pthread_cond_wait_2.c | 109 pthread_t high_id, low_id; in main() local 119 SAFE_PFUNC(pthread_create(&high_id, &high_attr, hi_prio_thread, NULL)); in main() 137 SAFE_PFUNC(pthread_join(high_id, NULL)); in main()
|
H A D | pthread_cond_wait_1.c | 109 pthread_t high_id, low_id; in main() local 119 SAFE_PFUNC(pthread_create(&high_id, &high_attr, hi_prio_thread, NULL)); in main() 137 SAFE_PFUNC(pthread_join(high_id, NULL)); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/schedule/ |
H A D | 1-1.c | 113 pthread_t high_id, low_id; in main() local 125 SAFE_PFUNC(pthread_create(&high_id, &high_attr, hi_prio_thread, NULL)); in main() 143 SAFE_PFUNC(pthread_join(high_id, NULL)); in main()
|
H A D | 1-2.c | 112 pthread_t high_id, low_id; in main() local 137 SAFE_PFUNC(pthread_create(&high_id, &high_attr, hi_prio_thread, NULL)); in main() 158 SAFE_PFUNC(pthread_join(high_id, NULL)); in main()
|
Completed in 2 milliseconds