Searched refs:proctimes (Results 1 – 1 of 1) sorted by relevance
162 struct tms proctimes; in pchild() local296 pp->p_etime = times(&proctimes); in pchild()306 (void) times(&proctimes); in pchild()307 pp->p_utime = proctimes.tms_cutime - shtimes.tms_cutime; in pchild()308 pp->p_stime = proctimes.tms_cstime - shtimes.tms_cstime; in pchild()309 shtimes = proctimes; in pchild()