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

/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c267 * for the list, stored in mac_policy_busy. The busy count is protected
284 static int mac_policy_busy; variable
416 while (mac_policy_busy != 0) {
418 (event_t)&mac_policy_busy, THREAD_UNINT);
427 KASSERT(mac_policy_busy == 0,
435 KASSERT(mac_policy_busy == 0,
438 thread_wakeup((event_t) &mac_policy_busy);
445 mac_policy_busy++;
459 mac_policy_busy++;
471 mac_policy_busy
[all...]

Completed in 6 milliseconds