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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.proc.h59 struct timeval p_etime; /* end time */ member in struct:process
64 timeval_t p_etime; /* end time */ member in struct:process
69 time_t p_etime; /* end time */ member in struct:process
74 clock_t p_etime; /* end time */ member in struct:process
H A Dsh.proc.c294 (void) get_process_stats(&pp->p_etime, PS_SELF, NULL, NULL);
296 pp->p_etime = times(&proctimes);
299 (void) gettimeofday(&pp->p_etime, NULL);
1158 prusage(&zru, &pp->p_rusage, &pp->p_etime,
1165 prusage(&zru, &lru, pp->p_etime,
1245 tvsub(&diff, &pp->p_etime, &pp->p_btime);
1261 tvsub(&diff, &pp->p_etime, &pp->p_btime);
1291 diff = pp->p_etime - pp->p_btime;

Completed in 119 milliseconds