Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dproc.h56 struct timespec p_etime; /* end time */ member
H A Dproc.c123 (void)clock_gettime(CLOCK_MONOTONIC, &pp->p_etime); in pchild()
783 prusage(cshout, &zru, &pp->p_rusage, &pp->p_etime, in pprint()
824 timespecsub(&pp->p_etime, &pp->p_btime, &diff); in ptprint()