Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Dbootprofile.c83 #define BOOTPROFILE_TRY_SPIN_LOCK() lck_mtx_try_lock_spin(&bootprofile_mtx) macro
172 if (!BOOTPROFILE_TRY_SPIN_LOCK()) { in bootprofile_timer_call()