Searched refs:p_etime (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.proc.h | 59 struct timeval p_etime; /* end time */ member 64 timeval_t p_etime; /* end time */ member 69 time_t p_etime; /* end time */ member 74 clock_t p_etime; /* end time */ member
|
H A D | sh.proc.c | 294 (void) get_process_stats(&pp->p_etime, PS_SELF, NULL, NULL); in pchild() 296 pp->p_etime = times(&proctimes); in pchild() 299 (void) gettimeofday(&pp->p_etime, NULL); in pchild() 1158 prusage(&zru, &pp->p_rusage, &pp->p_etime, in pprint() 1165 prusage(&zru, &lru, pp->p_etime, in pprint() 1245 tvsub(&diff, &pp->p_etime, &pp->p_btime); in ptprint() 1261 tvsub(&diff, &pp->p_etime, &pp->p_btime); in ptprint() 1291 diff = pp->p_etime - pp->p_btime; in ptprint()
|