Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dexclaves_resource.c424 lck_mtx_init(&resource->r_mutex, &resource_lck_grp, NULL); in exclaves_resource_alloc()
672 lck_mtx_lock(&resource->r_mutex); in exclaves_resource_release()
679 lck_mtx_unlock(&resource->r_mutex); in exclaves_resource_release()
700 lck_mtx_unlock(&resource->r_mutex); in exclaves_resource_release()
838 lck_mtx_lock(&resource->r_mutex); in exclaves_conclave_attach()
841 lck_mtx_unlock(&resource->r_mutex); in exclaves_conclave_attach()
852 lck_mtx_unlock(&resource->r_mutex); in exclaves_conclave_attach()
864 lck_mtx_lock(&resource->r_mutex); in exclaves_conclave_detach()
869 lck_mtx_sleep_with_inheritor(&resource->r_mutex, in exclaves_conclave_detach()
896 lck_mtx_unlock(&resource->r_mutex); in exclaves_conclave_detach()
[all …]
H A Dexclaves_resource.h144 lck_mtx_t r_mutex; member