Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/workq/
H A Dworkq_sigprof.c45 uint64_t spin_start = mach_absolute_time(); in workq_block() local
46 while (mach_absolute_time() - spin_start < 30 * NSEC_PER_SEC) { in workq_block()