Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dturnstile.h251 TURNSTILE_UPDATE_FLAGS_NONE = 0, enumerator
H A Dturnstile.c1520 thread->inheritor_flags = TURNSTILE_UPDATE_FLAGS_NONE; in turnstile_stash_inheritor()
2893 thread->inheritor_flags = TURNSTILE_UPDATE_FLAGS_NONE; in turnstile_cleanup()
H A Dthread.c1392 new_thread->inheritor_flags = TURNSTILE_UPDATE_FLAGS_NONE; in thread_create_internal()