Searched refs:r_mutex (Results 1 – 2 of 2) sorted by relevance
424 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 …]
144 lck_mtx_t r_mutex; member