Home
last modified time | relevance | path

Searched defs:proc_threadinfo (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/bsd/sys/
H A Dproc_info.h155 struct proc_threadinfo { struct
156 uint64_t pth_user_time; /* user run time */
157 uint64_t pth_system_time; /* system run time */
158 int32_t pth_cpu_usage; /* scaled cpu usage percentage */
159 int32_t pth_policy; /* scheduling policy in effect */
160 int32_t pth_run_state; /* run state (see below) */
161 int32_t pth_flags; /* various flags (see below) */
163 int32_t pth_curpri; /* cur priority*/
164 int32_t pth_priority; /* priority*/
165 int32_t pth_maxpriority; /* max priority*/
[all …]