Searched refs:shtimes (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.proc.c118 static int timesdone; /* shtimes buffer full ? */
170 (void) times(&shtimes);
302 pp->p_utime = proctimes.tms_cutime - shtimes.tms_cutime;
303 pp->p_stime = proctimes.tms_cstime - shtimes.tms_cstime;
304 shtimes = proctimes;
H A Dsh.h604 EXTERN struct tms shtimes; /* shell and child times for process timing */ variable in typeref:struct:tms

Completed in 213 milliseconds