Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/sched/
H A Doverloaded_runqueue.c30 static uint64_t SLEEP_SECONDS; variable
40 assert(SLEEP_SECONDS > 2); in make_tg_and_spin()
57 uint64_t spin_deadline = start_timestamp + nanos_to_abs((SLEEP_SECONDS - 2) * NSEC_PER_SEC); in make_tg_and_spin()
238 SLEEP_SECONDS = 20;
291 T_LOG("Waiting %llu seconds to see if the scheduler can handle it...", SLEEP_SECONDS);
292 …dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(SLEEP_SECONDS * NSEC_PER_SEC)), dispatch…