Searched refs:TURNSTILE_SLEEP_INHERITOR (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | turnstile.h | 73 TURNSTILE_SLEEP_INHERITOR = 8, enumerator
|
| H A D | locks.c | 1275 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; in wakeup_with_inheritor_and_turnstile() 1376 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; 1449 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; in change_sleep_inheritor() 1804 …tor_and_turnstile_type(cond, cond_sleep_check, interruptible, deadline, TURNSTILE_SLEEP_INHERITOR); in cond_sleep_with_inheritor32_mask() 1852 …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, 87 [TURNSTILE_SLEEP_INHERITOR] = (TURNSTILE_IRQ_UNSAFE_HASH | TURNSTILE_LOCKED_HASH),
|