Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dlocks.c1984 #define GATE_ILOCK (1 << GATE_ILOCK_BIT) macro
1993 #define GATE_THREAD_MASK (~(uintptr_t)(GATE_ILOCK | GATE_WAITERS))
2061 state |= GATE_ILOCK; in gate_try_close()
2099 state |= GATE_ILOCK; in gate_close()
2163 state = GATE_ILOCK; in gate_open()
2281 state |= GATE_ILOCK; in gate_handoff()
2343 state = GATE_THREAD_TO_STATE(thread) | GATE_ILOCK; in gate_steal()
2660 state |= GATE_ILOCK; in gate_destroy_internal()