Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dbsdtask_info.h57 struct proc_threadinfo_internal { struct
58 uint64_t pth_user_time; /* user run time */
59 uint64_t pth_system_time; /* system run time */
60 int32_t pth_cpu_usage; /* scaled cpu usage percentage */
61 int32_t pth_policy; /* scheduling policy in effect */
62 int32_t pth_run_state; /* run state (see below) */
63 int32_t pth_flags; /* various flags (see below) */
64 int32_t pth_sleep_time; /* number of seconds that thread */
65 int32_t pth_curpri; /* cur priority*/
66 int32_t pth_priority; /* priority*/
[all …]