Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dturnstile.h244 TURNSTILE_UPDATE_FLAGS_NONE = 0, enumerator
H A Dturnstile.c865 turnstile->ts_inheritor_flags = TURNSTILE_UPDATE_FLAGS_NONE; in turnstile_init()
1394 thread->inheritor_flags = TURNSTILE_UPDATE_FLAGS_NONE; in turnstile_stash_inheritor()
2767 thread->inheritor_flags = TURNSTILE_UPDATE_FLAGS_NONE; in turnstile_cleanup()
H A Dthread.c1289 new_thread->inheritor_flags = TURNSTILE_UPDATE_FLAGS_NONE; in thread_create_internal()