Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/mach/
H A Dthread_policy_private.h231 struct thread_requested_policy { struct
/xnu-11417.121.6/osfmk/kern/
H A Dthread_policy.c69 const struct thread_requested_policy default_thread_requested_policy = {
1490 struct thread_requested_policy *req_policy = &thread->requested_policy; in thread_policy_get()
1630 const struct thread_requested_policy requested = thread->requested_policy; in thread_policy_update_internal_spinlocked()
2055 struct thread_requested_policy requested = thread->requested_policy; in thread_set_requested_policy_spinlocked()
2241 struct thread_requested_policy requested = thread->requested_policy; in thread_get_requested_policy_spinlocked()
2448 struct thread_requested_policy requested = thread->requested_policy; in proc_get_thread_policy_bitfield()
2502 …static_assert(sizeof(struct thread_requested_policy) == sizeof(uint64_t), "size invariant violated… in threquested_0()
H A Dpolicy_internal.h280 extern const struct thread_requested_policy default_thread_requested_policy;
H A Dthread.h884 struct thread_requested_policy requested_policy;