Searched refs:shtimes (Results 1 – 2 of 2) sorted by relevance
166 (void) times(&shtimes); 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()
621 EXTERN struct tms shtimes; /* shell and child times for process timing */ variable