Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/mach/
H A Dthread_policy_private.h231 struct thread_requested_policy { struct
/xnu-8796.121.2/osfmk/kern/
H A Dthread_policy.c69 const struct thread_requested_policy default_thread_requested_policy = {
1483 struct thread_requested_policy *req_policy = &thread->requested_policy; in thread_policy_get()
1623 const struct thread_requested_policy requested = thread->requested_policy; in thread_policy_update_internal_spinlocked()
2048 struct thread_requested_policy requested = thread->requested_policy; in thread_set_requested_policy_spinlocked()
2232 struct thread_requested_policy requested = thread->requested_policy; in thread_get_requested_policy_spinlocked()
2439 struct thread_requested_policy requested = thread->requested_policy; in proc_get_thread_policy_bitfield()
2493 …static_assert(sizeof(struct thread_requested_policy) == sizeof(uint64_t), "size invariant violated… in threquested_0()
H A Dpolicy_internal.h279 extern const struct thread_requested_policy default_thread_requested_policy;
H A Dthread.h782 struct thread_requested_policy requested_policy;