Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dthread_policy.c1883 if (pend_token->tpt_update_turnstile && in thread_policy_update_internal_spinlocked()
1891 pend_token->tpt_update_turnstile = 0; in thread_policy_update_internal_spinlocked()
1982 if (pend_token->tpt_update_turnstile) { in thread_policy_update_complete_unlocked()
2108 pend_token->tpt_update_turnstile = 1; in thread_set_requested_policy_spinlocked()
2115 pend_token->tpt_update_turnstile = 1; in thread_set_requested_policy_spinlocked()
2122 pend_token->tpt_update_turnstile = 1; in thread_set_requested_policy_spinlocked()
2133 pend_token->tpt_update_turnstile = 1; in thread_set_requested_policy_spinlocked()
2139 pend_token->tpt_update_turnstile = 1; in thread_set_requested_policy_spinlocked()
H A Dpolicy_internal.h303 tpt_update_turnstile :1, member