Home
last modified time | relevance | path

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

/external/compiler-rt/test/tsan/
Dsignal_recursive.cc113 pthread_t busy_thread; in main() local
114 if (pthread_create(&busy_thread, NULL, &BusyThread, NULL) != 0) in main()
116 CollectGarbage(busy_thread); in main()
117 if (pthread_join(busy_thread, 0) != 0) in main()
/external/ltp/testcases/realtime/func/hrtimer-prio/
Dhrtimer-prio.c116 void *busy_thread(void *thread) in busy_thread() function
201 if (create_fifo_thread(busy_thread, NULL, med_prio) < 0) { in main()
/external/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()
/external/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()