extern boolean_t lck_spin_try_lock( lck_spin_t *lck);
/* NOT SAFE: To be used only by kernel debugger to avoid deadlock. */
extern boolean_t lck_spin_try_lock( lck_spin_t *lck);
/* NOT SAFE: To be used only by kernel debugger to avoid deadlock. */
#define lck_mtx_lock_spin(l) lck_mtx_lock(l)
#define lck_mtx_try_lock_spin_always(l) lck_spin_try_lock(l)
#define lck_mtx_lock_spin_always(l) lck_spin_lock(l)
#define lck_mtx_lock_spin(l) lck_mtx_lock(l)
#define lck_mtx_try_lock_spin_always(l) lck_spin_try_lock(l)
#define lck_mtx_lock_spin_always(l) lck_spin_lock(l)