Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dturnstile.h74 TURNSTILE_SLEEP_INHERITOR = 8, enumerator
H A Dlocks.c1239 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; in wakeup_with_inheritor_and_turnstile()
1331 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR;
1404 turnstile_type_t type = TURNSTILE_SLEEP_INHERITOR; in change_sleep_inheritor()
1749 …tor_and_turnstile_type(cond, cond_sleep_check, interruptible, deadline, TURNSTILE_SLEEP_INHERITOR); in cond_sleep_with_inheritor32_mask()
1797 …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,
85 [TURNSTILE_SLEEP_INHERITOR] = (TURNSTILE_IRQ_UNSAFE_HASH | TURNSTILE_LOCKED_HASH),