Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/sched/
H A Dsched_test_utils.h74 bool wait_for_quiescence(int argc, char *const argv[], double idle_threshold, int timeout_seconds);
H A Dsched_test_utils.c275 wait_for_quiescence(int argc, char *const argv[], double idle_threshold, int timeout_seconds) in wait_for_quiescence() argument
290 timeout_seconds, idle_threshold * 100.0); in wait_for_quiescence()
301 while (waited_seconds < timeout_seconds) { in wait_for_quiescence()