Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dlocks.c2306 #define GATE_ILOCK (1 << GATE_ILOCK_BIT) macro
2315 #define GATE_THREAD_MASK (~(uintptr_t)(GATE_ILOCK | GATE_WAITERS))
2383 state |= GATE_ILOCK; in gate_try_close()
2421 state |= GATE_ILOCK; in gate_close()
2484 state = GATE_ILOCK; in gate_open()
2601 state |= GATE_ILOCK; in gate_handoff()
2663 state = GATE_THREAD_TO_STATE(thread) | GATE_ILOCK; in gate_steal()
2980 state |= GATE_ILOCK; in gate_destroy_internal()