Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dtask_policy.c1277 struct task_pend_token thread_pend_token = {}; in task_policy_update_internal_locked() local
1280 thread_pend_token.tpt_update_thread_sfi = 1; in task_policy_update_internal_locked()
1286 thread_pend_token.tpt_update_turnstile = 1; in task_policy_update_internal_locked()
1290 &thread_pend_token); in task_policy_update_internal_locked()
1293 assert(!thread_pend_token.tpt_update_sockets); in task_policy_update_internal_locked()
1296 thread_policy_update_complete_unlocked(thread, &thread_pend_token); in task_policy_update_internal_locked()