Searched refs:busy_thread (Results 1 – 3 of 3) sorted by relevance
113 void *busy_thread(void *thread) in busy_thread() function198 if (create_fifo_thread(busy_thread, NULL, med_prio) < 0) { in main()
117 void *busy_thread(void *arg) in busy_thread() function266 create_fifo_thread(busy_thread, (void *)i, BUSYPRIO)) < 0) in main()
135 void *busy_thread(void *arg) in busy_thread() function250 create_fifo_thread(busy_thread, (void *)(intptr_t) i, in master_thread()