Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dturnstile.h244 TURNSTILE_UPDATE_FLAGS_NONE = 0, enumerator
H A Dturnstile.c869 turnstile->ts_inheritor_flags = TURNSTILE_UPDATE_FLAGS_NONE; in turnstile_init()
1396 thread->inheritor_flags = TURNSTILE_UPDATE_FLAGS_NONE; in turnstile_stash_inheritor()
2769 thread->inheritor_flags = TURNSTILE_UPDATE_FLAGS_NONE; in turnstile_cleanup()
H A Dthread.c1251 new_thread->inheritor_flags = TURNSTILE_UPDATE_FLAGS_NONE; in thread_create_internal()