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

/freebsd-10.3-release/contrib/tcsh/
H A Dsh.proc.h60 struct timeval p_etime; /* end time */ member in struct:process
65 timeval_t p_etime; /* end time */ member in struct:process
70 time_t p_etime; /* end time */ member in struct:process
75 clock_t p_etime; /* end time */ member in struct:process
H A Dsh.proc.c295 (void) get_process_stats(&pp->p_etime, PS_SELF, NULL, NULL);
297 pp->p_etime = times(&proctimes);
300 (void) gettimeofday(&pp->p_etime, NULL);
1130 prusage(&zru, &pp->p_rusage, &pp->p_etime,
1137 prusage(&zru, &lru, pp->p_etime,
1216 tvsub(&diff, &pp->p_etime, &pp->p_btime);
1232 tvsub(&diff, &pp->p_etime, &pp->p_btime);
1262 diff = pp->p_etime - pp->p_btime;

Completed in 107 milliseconds