Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dlock_mtx.c1134 lck_mtx_try_lock_fastpath(lck_mtx_t *lock, lck_mtx_mode_t mode) in lck_mtx_try_lock_fastpath() function
1178 return lck_mtx_try_lock_fastpath(lock, LCK_MTX_MODE_SLEEPABLE); in lck_mtx_try_lock()
1184 return lck_mtx_try_lock_fastpath(lock, LCK_MTX_MODE_SPIN); in lck_mtx_try_lock_spin()
1190 return lck_mtx_try_lock_fastpath(lock, LCK_MTX_MODE_SPIN_ALWAYS); in lck_mtx_try_lock_spin_always()