Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dturnstile.c952 struct turnstile *thread_turnstile = incoming; in turnstile_prepare_common() local
955 if (thread_turnstile == TURNSTILE_NULL) { in turnstile_prepare_common()
956 thread_turnstile = thread->turnstile; in turnstile_prepare_common()
957 assert(thread_turnstile != TURNSTILE_NULL); in turnstile_prepare_common()
963 SLIST_INIT(&thread_turnstile->ts_free_turnstiles); in turnstile_prepare_common()
964 turnstile_set_type_and_increment_gencount(thread_turnstile, type); in turnstile_prepare_common()
965 thread_turnstile->ts_inheritor = TURNSTILE_INHERITOR_NULL; in turnstile_prepare_common()
966 thread_turnstile->ts_proprietor = proprietor; in turnstile_prepare_common()
967 turnstile_state_remove(thread_turnstile, TURNSTILE_STATE_THREAD); in turnstile_prepare_common()
969 thread_turnstile->ts_priority = 0; in turnstile_prepare_common()
[all …]