Searched refs:wait_for_quiescence (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/tests/sched/ |
| H A D | sched_test_utils.h | 78 bool wait_for_quiescence(int argc, char *const argv[], double idle_threshold, int timeout_seconds);
|
| H A D | sched_test_utils.c | 314 return wait_for_quiescence(argc, argv, default_idle_threshold, default_timeout_sec); in wait_for_quiescence_default() 319 wait_for_quiescence(int argc, char *const argv[], double idle_threshold, int timeout_seconds) in wait_for_quiescence() function
|
| H A D | thread_group_fairness.c | 353 wait_for_quiescence(argc, argv, 0.9, 10);
|