Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/
H A Dthread_policy.c31 mach_msg_type_number_t count = THREAD_REQUESTED_STATE_POLICY_COUNT; in get_thread_requested_qos()
/xnu-11417.101.15/osfmk/mach/
H A Dthread_policy_private.h218 #define THREAD_REQUESTED_STATE_POLICY_COUNT ((mach_msg_type_number_t) \ macro
/xnu-11417.101.15/osfmk/kern/
H A Dthread_policy.c1484 if (*count < THREAD_REQUESTED_STATE_POLICY_COUNT) { in thread_policy_get()