Home
last modified time | relevance | path

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

/trueos/include/apple/sys/
HDproc_info.h196 struct proc_threadinfo { struct
197 uint64_t pth_user_time; /* user run time */
198 uint64_t pth_system_time; /* system run time */
199 int32_t pth_cpu_usage; /* scaled cpu usage percentage */
200 int32_t pth_policy; /* scheduling policy in effect */
201 int32_t pth_run_state; /* run state (see below) */
202 int32_t pth_flags; /* various flags (see below) */
203 int32_t pth_sleep_time; /* number of seconds that thread */
204 int32_t pth_curpri; /* cur priority*/
205 int32_t pth_priority; /* priority*/
[all …]