Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_aoe.c90 lck_mtx_lock(&conclave->r_mutex); in exclaves_aoe_setup()
93 lck_mtx_unlock(&conclave->r_mutex); in exclaves_aoe_setup()
161 lck_mtx_unlock(&conclave->r_mutex); in exclaves_aoe_setup()
165 lck_mtx_unlock(&conclave->r_mutex); in exclaves_aoe_setup()
187 LCK_MTX_ASSERT(&conclave->r_mutex, LCK_MTX_ASSERT_OWNED); in exclaves_aoe_service_try_take_assertion()
200 LCK_MTX_ASSERT(&conclave->r_mutex, LCK_MTX_ASSERT_OWNED); in exclaves_aoe_service_drop_assertion()
211 LCK_MTX_ASSERT(&conclave->r_mutex, LCK_MTX_ASSERT_OWNED); in exclaves_aoe_service_try_drop_assertion()
224 LCK_MTX_ASSERT(&conclave->r_mutex, LCK_MTX_ASSERT_OWNED); in exclaves_aoe_teardown()
242 lck_mtx_lock(&conclave->r_mutex); in exclaves_aoe_claim_work()
252 lck_mtx_unlock(&conclave->r_mutex); in exclaves_aoe_claim_work()
[all …]
H A Dexclaves_resource.c484 lck_mtx_init(&resource->r_mutex, &resource_lck_grp, NULL); in exclaves_resource_alloc()
804 lck_mtx_lock(&resource->r_mutex); in exclaves_resource_release()
811 lck_mtx_unlock(&resource->r_mutex); in exclaves_resource_release()
832 lck_mtx_unlock(&resource->r_mutex); in exclaves_resource_release()
956 lck_mtx_lock(&resource->r_mutex); in exclaves_conclave_attach()
959 lck_mtx_unlock(&resource->r_mutex); in exclaves_conclave_attach()
970 lck_mtx_unlock(&resource->r_mutex); in exclaves_conclave_attach()
982 lck_mtx_lock(&resource->r_mutex); in exclaves_conclave_detach()
987 lck_mtx_sleep_with_inheritor(&resource->r_mutex, in exclaves_conclave_detach()
1017 lck_mtx_unlock(&resource->r_mutex); in exclaves_conclave_detach()
[all …]
H A Dexclaves_resource.h165 lck_mtx_t r_mutex; member