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

/darwin-on-arm/xnu/osfmk/kern/
H A Dlocks.c447 if (!(lck_sleep_action & LCK_SLEEP_UNLOCK))
451 if (lck_sleep_action & LCK_SLEEP_UNLOCK)
478 if (!(lck_sleep_action & LCK_SLEEP_UNLOCK))
482 if (lck_sleep_action & LCK_SLEEP_UNLOCK)
511 if (!(lck_sleep_action & LCK_SLEEP_UNLOCK)) {
519 if (lck_sleep_action & LCK_SLEEP_UNLOCK)
551 if (!(lck_sleep_action & LCK_SLEEP_UNLOCK)) {
559 if (lck_sleep_action & LCK_SLEEP_UNLOCK)
872 if (!(lck_sleep_action & LCK_SLEEP_UNLOCK)) {
882 if (lck_sleep_action & LCK_SLEEP_UNLOCK)
[all...]
H A Dlocks.h57 #define LCK_SLEEP_UNLOCK 0x01 /* Release the lock and return unheld */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_synch.c191 flags = LCK_SLEEP_UNLOCK;
/darwin-on-arm/xnu/security/
H A Dmac_base.c416 lck_mtx_sleep(mac_policy_mtx, LCK_SLEEP_UNLOCK,

Completed in 33 milliseconds