Home
last modified time | relevance | path

Searched refs:proctimes (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.proc.c162 struct tms proctimes; in pchild() local
296 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()