Searched refs:bgtime (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dexec.c1575 struct timeval bgtime; local
1577 if (pipe(synch) < 0 || (pid = zfork(&bgtime)) == -1) {
1596 list_pipe_start = bgtime;
1711 struct timeval bgtime; local
1717 } else if ((pid = zfork(&bgtime)) == -1) {
1726 addproc(pid, text, 0, &bgtime);
1981 struct timeval bgtime; local
1989 if ((pid = zfork(&bgtime))) {
2000 addproc(pid, NULL, 1, &bgtime);
2866 struct timeval bgtime; local
4049 struct timeval bgtime; local
[all...]
H A Djobs.c871 printtime(dtime(&dtimeval, &pn->bgtime, &pn->endtime), &pn->ti,
1301 addproc(pid_t pid, char *text, int aux, struct timeval *bgtime) argument
1325 pn->bgtime = *bgtime;
H A Dzsh.h956 struct timeval bgtime; /* time job was spawned */ member in struct:process

Completed in 206 milliseconds