Searched refs:ctl_mtx (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dkern_control.c82 static lck_mtx_t *ctl_mtx; variable
218 ctl_mtx = lck_mtx_alloc_init(ctl_lck_grp, ctl_lck_attr);
219 if (ctl_mtx == NULL) {
285 lck_mtx_lock(ctl_mtx);
289 lck_mtx_unlock(ctl_mtx);
329 lck_mtx_lock(ctl_mtx);
332 lck_mtx_unlock(ctl_mtx);
340 lck_mtx_unlock(ctl_mtx);
346 lck_mtx_unlock(ctl_mtx);
350 lck_mtx_unlock(ctl_mtx);
[all...]

Completed in 70 milliseconds