Searched refs:busy_thread (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/test/tsan/ |
D | signal_recursive.cc | 113 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/ |
D | hrtimer-prio.c | 116 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/ |
D | pi_perf.c | 117 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/ |
D | prio-preempt.c | 135 void *busy_thread(void *arg) in busy_thread() function 250 create_fifo_thread(busy_thread, (void *)(intptr_t) i, in master_thread()
|