Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dthread_policy.c1813 if (pend_token->tpt_update_turnstile && in thread_policy_update_internal_spinlocked()
1821 pend_token->tpt_update_turnstile = 0; in thread_policy_update_internal_spinlocked()
1902 if (pend_token->tpt_update_turnstile) { in thread_policy_update_complete_unlocked()
2028 pend_token->tpt_update_turnstile = 1; in thread_set_requested_policy_spinlocked()
2035 pend_token->tpt_update_turnstile = 1; in thread_set_requested_policy_spinlocked()
2042 pend_token->tpt_update_turnstile = 1; in thread_set_requested_policy_spinlocked()
2053 pend_token->tpt_update_turnstile = 1; in thread_set_requested_policy_spinlocked()
2059 pend_token->tpt_update_turnstile = 1; in thread_set_requested_policy_spinlocked()
H A Dpolicy_internal.h301 tpt_update_turnstile :1; member