Searched refs:TURNSTILE_SLEEP_INHERITOR (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | turnstile.h | 74 TURNSTILE_SLEEP_INHERITOR = 8, enumerator
|
| H A D | locks.c | 1211 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; in wakeup_with_inheritor_and_turnstile() 1303 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; 1376 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; in change_sleep_inheritor() 1825 …tor_and_turnstile_type(cond, cond_sleep_check, interruptible, deadline, TURNSTILE_SLEEP_INHERITOR); in cond_sleep_with_inheritor32_mask() 1873 …tor_and_turnstile_type(cond, cond_sleep_check, interruptible, deadline, TURNSTILE_SLEEP_INHERITOR); in cond_sleep_with_inheritor64_mask()
|
| H A D | turnstile.c | 72 [TURNSTILE_SLEEP_INHERITOR] = TURNSTILE_KERNEL_PROMOTE, 85 [TURNSTILE_SLEEP_INHERITOR] = (TURNSTILE_IRQ_UNSAFE_HASH | TURNSTILE_LOCKED_HASH),
|