Searched defs:proc_threadinfo (Results 1 – 1 of 1) sorted by relevance
155 struct proc_threadinfo { struct156 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 …]