Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dturnstile.h256 TURNSTILE_UPDATE_FLAGS_NONE = 0, enumerator
H A Dturnstile.c1472 thread->inheritor_flags = TURNSTILE_UPDATE_FLAGS_NONE; in turnstile_stash_inheritor()
2854 thread->inheritor_flags = TURNSTILE_UPDATE_FLAGS_NONE; in turnstile_cleanup()
H A Dthread.c1380 new_thread->inheritor_flags = TURNSTILE_UPDATE_FLAGS_NONE; in thread_create_internal()