Searched refs:agent_lock (Results 1 – 1 of 1) sorted by relevance
151 lck_rw_t agent_lock; member205 #define NETAGENT_LOCK_EXCLUSIVE(registration) lck_rw_lock_exclusive(®istration->agent_lock)206 #define NETAGENT_LOCK_SHARED(registration) lck_rw_lock_shared(®istration->agent_lock)207 …T_LOCK_SHARED_TO_EXCLUSIVE(registration) lck_rw_lock_shared_to_exclusive(®istration->agent_lock)208 #define NETAGENT_UNLOCK(registration) lck_rw_done(®istration->agent_lock)209 #define NETAGENT_ASSERT_LOCKED(registration) LCK_RW_ASSERT(®istration->agent_lock, LCK_RW_ASSERT…888 lck_rw_init(&new_registration->agent_lock, &netagent_mtx_grp, LCK_ATTR_NULL); in netagent_alloc_registration_memory()908 lck_rw_destroy(®istration->agent_lock, &netagent_mtx_grp); in netagent_free_registration_memory()