Home
last modified time | relevance | path

Searched refs:TURNSTILE_SLEEP_INHERITOR (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Dturnstile.h73 TURNSTILE_SLEEP_INHERITOR = 8, enumerator
H A Dlocks.c1275 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 Dturnstile.c72 [TURNSTILE_SLEEP_INHERITOR] = TURNSTILE_KERNEL_PROMOTE,
87 [TURNSTILE_SLEEP_INHERITOR] = (TURNSTILE_IRQ_UNSAFE_HASH | TURNSTILE_LOCKED_HASH),