Lines Matching defs:proc_threadinfo_internal
57 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*/
67 int32_t pth_maxpriority; /* max priority*/
68 char pth_name[MAXTHREADNAMESIZE]; /* thread name, if any */