Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dlock_mtx.c1144 lck_mtx_try_lock_fastpath(lck_mtx_t *lock, lck_mtx_mode_t mode) in lck_mtx_try_lock_fastpath() function
1188 return lck_mtx_try_lock_fastpath(lock, LCK_MTX_MODE_SLEEPABLE); in lck_mtx_try_lock()
1194 return lck_mtx_try_lock_fastpath(lock, LCK_MTX_MODE_SPIN); in lck_mtx_try_lock_spin()
1200 return lck_mtx_try_lock_fastpath(lock, LCK_MTX_MODE_SPIN_ALWAYS); in lck_mtx_try_lock_spin_always()