Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dturnstile.c1291 boolean_t new_inheritor_needs_update = FALSE; in turnstile_update_inheritor_locked() local
1335 new_inheritor_needs_update = thread_update_turnstile_promotion( in turnstile_update_inheritor_locked()
1342 new_inheritor_needs_update = turnstile_update_turnstile_promotion( in turnstile_update_inheritor_locked()
1357 if (!new_inheritor_needs_update) { in turnstile_update_inheritor_locked()
1398 new_inheritor_needs_update = thread_add_turnstile_promotion( in turnstile_update_inheritor_locked()
1403 new_inheritor_needs_update = turnstile_add_turnstile_promotion( in turnstile_update_inheritor_locked()
1408 new_inheritor_needs_update = workq_add_turnstile_promotion( in turnstile_update_inheritor_locked()
1410 if (!new_inheritor_needs_update) { in turnstile_update_inheritor_locked()
1418 if (!new_inheritor_needs_update) { in turnstile_update_inheritor_locked()
1433 if (new_inheritor_needs_update) { in turnstile_update_inheritor_locked()