Searched defs:proc_t (Results 1 – 1 of 1) sorted by relevance
38 typedef struct proc_t { struct41 pid, /* process id */42 ppid; /* pid of parent process */44 pcpu; /* %CPU usage (is not filled in by readproc!!!) */46 state, /* single-char code for process state (S=sleeping) */47 pad_1, /* padding */48 pad_2, /* padding */49 pad_3; /* padding */52 utime, /* user-mode CPU time accumulated by process */53 stime, /* kernel-mode CPU time accumulated by process */[all …]