Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/mach/ !
H A Dthread_policy_private.h57 typedef struct thread_policy_state *thread_policy_state_t; typedef
/xnu-12377.61.12/osfmk/kern/ !
H A Dthread_policy.c133 proc_get_thread_policy_bitfield(thread_t thread, thread_policy_state_t info);
1440 thread_policy_state_t info; in thread_policy_get()
1453 info = (thread_policy_state_t)(void*)policy_info; in thread_policy_get()
2453 proc_get_thread_policy_bitfield(thread_t thread, thread_policy_state_t info) in proc_get_thread_policy_bitfield()