Searched defs:ana_prusage (Results 1 – 2 of 2) sorted by relevance
55 typedef struct ana_prusage struct57 id_t pr_lwpid; /* lwp id. 0: process or defunct */58 int pr_count; /* number of contributing lwps */59 timestruc_32 pr_tstamp; /* current time stamp */60 timestruc_32 pr_create; /* process/lwp creation time stamp */61 timestruc_32 pr_term; /* process/lwp termination time stamp */62 timestruc_32 pr_rtime; /* total lwp real (elapsed) time */63 timestruc_32 pr_utime; /* user level cpu time */64 timestruc_32 pr_stime; /* system call cpu time */65 timestruc_32 pr_ttime; /* other system trap cpu time */[all …]