Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dturnstile.h257 TURNSTILE_UPDATE_FLAGS_NONE = 0, enumerator
H A Dturnstile.c1522 thread->inheritor_flags = TURNSTILE_UPDATE_FLAGS_NONE; in turnstile_stash_inheritor()
2895 thread->inheritor_flags = TURNSTILE_UPDATE_FLAGS_NONE; in turnstile_cleanup()
H A Dthread.c1382 new_thread->inheritor_flags = TURNSTILE_UPDATE_FLAGS_NONE; in thread_create_internal()