Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnetwork_agent.c151 lck_rw_t agent_lock; member
205 #define NETAGENT_LOCK_EXCLUSIVE(registration) lck_rw_lock_exclusive(&registration->agent_lock)
206 #define NETAGENT_LOCK_SHARED(registration) lck_rw_lock_shared(&registration->agent_lock)
207 …T_LOCK_SHARED_TO_EXCLUSIVE(registration) lck_rw_lock_shared_to_exclusive(&registration->agent_lock)
208 #define NETAGENT_UNLOCK(registration) lck_rw_done(&registration->agent_lock)
209 #define NETAGENT_ASSERT_LOCKED(registration) LCK_RW_ASSERT(&registration->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(&registration->agent_lock, &netagent_mtx_grp); in netagent_free_registration_memory()