Searched refs:low_prio_thread (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/condvar/ |
H A D | pthread_cond_wait_2.c | 82 static void *low_prio_thread(void *tmp) in low_prio_thread() function 126 SAFE_PFUNC(pthread_create(&low_id, NULL, low_prio_thread, NULL)); in main()
|
H A D | pthread_cond_wait_1.c | 82 static void *low_prio_thread(void *tmp) in low_prio_thread() function 126 SAFE_PFUNC(pthread_create(&low_id, NULL, low_prio_thread, NULL)); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/schedule/ |
H A D | 1-1.c | 85 static void *low_prio_thread(void *tmp) in low_prio_thread() function 132 SAFE_PFUNC(pthread_create(&low_id, NULL, low_prio_thread, NULL)); in main()
|
H A D | 1-2.c | 81 static void *low_prio_thread(void *tmp) in low_prio_thread() function 145 SAFE_PFUNC(pthread_create(&low_id, &low_attr, low_prio_thread, NULL)); in main()
|
/third_party/ltp/testcases/realtime/func/pi_perf/ |
H A D | pi_perf.c | 133 void *low_prio_thread(void *arg) in low_prio_thread() function 258 if ((ret = create_fifo_thread(low_prio_thread, NULL, LOWPRIO)) < 0) in main()
|
Completed in 4 milliseconds