Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dturnstile.h168 #define TURNSTILE_STATE_PROPRIETOR 0x8 macro
H A Dturnstile.c1050 turnstile_state_add(thread_turnstile, TURNSTILE_STATE_PROPRIETOR); in turnstile_prepare()
1090 turnstile_state_add(thread_turnstile, TURNSTILE_STATE_PROPRIETOR); in turnstile_prepare_compact_id()
1217 turnstile_state_remove(thread_turnstile, TURNSTILE_STATE_PROPRIETOR); in turnstile_complete()
1245 turnstile_state_remove(thread_turnstile, TURNSTILE_STATE_PROPRIETOR); in turnstile_complete_compact_id()