Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dlocks.c2005 #define GATE_ILOCK (1 << GATE_ILOCK_BIT) macro
2014 #define GATE_THREAD_MASK (~(uintptr_t)(GATE_ILOCK | GATE_WAITERS))
2082 state |= GATE_ILOCK; in gate_try_close()
2120 state |= GATE_ILOCK; in gate_close()
2184 state = GATE_ILOCK; in gate_open()
2302 state |= GATE_ILOCK; in gate_handoff()
2364 state = GATE_THREAD_TO_STATE(thread) | GATE_ILOCK; in gate_steal()
2681 state |= GATE_ILOCK; in gate_destroy_internal()