Searched refs:lck_mtx_try_lock_fastpath (Results 1 – 1 of 1) sorted by relevance
1144 lck_mtx_try_lock_fastpath(lck_mtx_t *lock, lck_mtx_mode_t mode) in lck_mtx_try_lock_fastpath() function1188 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()