Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/mach/
H A Dthread_policy_private.h231 struct thread_requested_policy { struct
/xnu-12377.41.6/osfmk/kern/
H A Dthread_policy.c70 const struct thread_requested_policy default_thread_requested_policy = {
1491 struct thread_requested_policy *req_policy = &thread->requested_policy; in thread_policy_get()
1631 const struct thread_requested_policy requested = thread->requested_policy; in thread_policy_update_internal_spinlocked()
2063 struct thread_requested_policy requested = thread->requested_policy; in thread_set_requested_policy_spinlocked()
2249 struct thread_requested_policy requested = thread->requested_policy; in thread_get_requested_policy_spinlocked()
2456 struct thread_requested_policy requested = thread->requested_policy; in proc_get_thread_policy_bitfield()
2510 …static_assert(sizeof(struct thread_requested_policy) == sizeof(uint64_t), "size invariant violated… in threquested_0()
H A Dpolicy_internal.h277 extern const struct thread_requested_policy default_thread_requested_policy;
H A Dthread.h894 struct thread_requested_policy requested_policy;