Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/sched/
H A Dall_cores_running.c166 const uint64_t spin_seconds = 3; variable
167 spin_deadline_timestamp = mach_absolute_time() + nanos_to_abs(spin_seconds * NSEC_PER_SEC);
169 T_LOG("Launching %u threads to spin for %lld seconds...", num_threads, spin_seconds);
175 sleep(spin_seconds);
176 T_LOG("...%lld seconds have elapsed", spin_seconds);