Home
last modified time | relevance | path

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 Dpthread_cond_wait_2.c82 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 Dpthread_cond_wait_1.c82 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 D1-1.c85 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 D1-2.c81 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 Dpi_perf.c133 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