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

/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_base.c266 * for the list, stored in mac_policy_busy. The busy count is protected
283 static int mac_policy_busy; variable
301 while (mac_policy_busy != 0) {
303 (event_t)&mac_policy_busy, THREAD_UNINT);
312 KASSERT(mac_policy_busy == 0,
315 thread_wakeup((event_t) &mac_policy_busy);
322 mac_policy_busy++;
336 mac_policy_busy++;
348 mac_policy_busy--;
349 KASSERT(mac_policy_busy >
[all...]

Completed in 62 milliseconds