Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dturnstile.h162 #define TURNSTILE_STATE_PROPRIETOR 0x8 macro
H A Dturnstile.c1048 turnstile_state_add(thread_turnstile, TURNSTILE_STATE_PROPRIETOR); in turnstile_prepare()
1088 turnstile_state_add(thread_turnstile, TURNSTILE_STATE_PROPRIETOR); in turnstile_prepare_compact_id()
1215 turnstile_state_remove(thread_turnstile, TURNSTILE_STATE_PROPRIETOR); in turnstile_complete()
1243 turnstile_state_remove(thread_turnstile, TURNSTILE_STATE_PROPRIETOR); in turnstile_complete_compact_id()