Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dremote_time.c134 lck_spin_assert(&bt_ts_conversion_lock, LCK_ASSERT_OWNED); in bt_params_add()
144 lck_spin_assert(&bt_ts_conversion_lock, LCK_ASSERT_OWNED); in bt_params_find()
166 lck_spin_assert(&bt_ts_conversion_lock, LCK_ASSERT_OWNED); in bt_params_get_latest_locked()
196 lck_spin_assert(&bt_spin_lock, LCK_ASSERT_OWNED); in mach_bridge_add_timestamp()
H A Dlocks.h891 extern void lck_spin_assert(
903 #define LCK_SPIN_ASSERT(lck, type) lck_spin_assert((lck),(type))
911 #define LCK_SPIN_ASSERT_DEBUG(lck, type) lck_spin_assert((lck),(type))
/xnu-8020.101.4/osfmk/arm/
H A Dsimple_lock.h141 #define simple_lock_assert(l, t) lck_spin_assert(l,t)
H A Dlocks_arm.c1799 lck_spin_assert(lck_spin_t *lock, unsigned int type) in lck_spin_assert() function
/xnu-8020.101.4/osfmk/i386/
H A Dlocks_i386.c405 lck_spin_assert(lck_spin_t *lock, unsigned int type) in lck_spin_assert() function
/xnu-8020.101.4/osfmk/ipc/
H A Dipc_importance.c81 lck_spin_assert(&ipc_importance_lock_data, LCK_ASSERT_OWNED)