Home
last modified time | relevance | path

Searched refs:timeout_seconds (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/tests/sched/
H A Dsched_test_utils.h78 bool wait_for_quiescence(int argc, char *const argv[], double idle_threshold, int timeout_seconds);
H A Dsched_test_utils.c319 wait_for_quiescence(int argc, char *const argv[], double idle_threshold, int timeout_seconds) in wait_for_quiescence() argument
334 timeout_seconds, idle_threshold * 100.0); in wait_for_quiescence()
345 while (waited_seconds < timeout_seconds) { in wait_for_quiescence()