Home
last modified time | relevance | path

Searched refs:busy_thread (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/realtime/func/hrtimer-prio/
Dhrtimer-prio.c113 void *busy_thread(void *thread) in busy_thread() function
198 if (create_fifo_thread(busy_thread, NULL, med_prio) < 0) { in main()
/third_party/ltp/testcases/realtime/func/pi_perf/
Dpi_perf.c117 void *busy_thread(void *arg) in busy_thread() function
266 create_fifo_thread(busy_thread, (void *)i, BUSYPRIO)) < 0) in main()
/third_party/ltp/testcases/realtime/func/prio-preempt/
Dprio-preempt.c135 void *busy_thread(void *arg) in busy_thread() function
250 create_fifo_thread(busy_thread, (void *)(intptr_t) i, in master_thread()