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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c142 static lck_mtx_t fasttrap_cleanup_mtx; variable
341 lck_mtx_lock(&fasttrap_cleanup_mtx);
344 lck_mtx_unlock(&fasttrap_cleanup_mtx);
410 lck_mtx_lock(&fasttrap_cleanup_mtx);
416 * APPLE NOTE: You must hold the fasttrap_cleanup_mtx to do this!
439 lck_mtx_unlock(&fasttrap_cleanup_mtx);
449 lck_mtx_lock(&fasttrap_cleanup_mtx);
453 lck_mtx_unlock(&fasttrap_cleanup_mtx);
2650 lck_mtx_init(&fasttrap_cleanup_mtx, fasttrap_lck_grp, fasttrap_lck_attr);

Completed in 59 milliseconds