Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/tests/zero-to-n/
H A Dzero-to-n.c347 uint64_t endspin = mach_absolute_time() + nanos_to_abs(RT_CHURN_COMP_NANOS); in rt_churn_thread() local
348 while (mach_absolute_time() < endspin) { in rt_churn_thread()
704 uint64_t endspin = g_starttime_abs + g_one_long_spin_length_abs; in worker_thread() local
705 while (mach_absolute_time() < endspin) { in worker_thread()
714 uint64_t endspin = mach_absolute_time() + g_each_spin_duration_abs; in worker_thread() local
715 while (mach_absolute_time() < endspin) { in worker_thread()