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