Searched defs:wait (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Djobs.c33 #include <wait.h>
50 #undef wait macro
51 #define wait ______wait macro
334 * When called with sig==0, it does a blocking wait
660 /* wait until we are in the foreground */
866 * wait built-in command
1479 * If pid < -1, then wait can be interrupted, -pid is waited for (wait builtin)
1481 * pid=1 to wait for at least one process to complete
1482 * pid=-1 to wait fo
[all...]
/ast/src/cmd/at/
H A Datd.c48 #include <wait.h>
97 int wait; member in struct:__anon35
303 que->wait = WAIT;
339 que->wait = n;
646 else if (x > (job->start + que->wait))
647 x = job->start + que->wait;
649 else if (x > (job->start + que->wait))
650 x = job->start + que->wait;
699 message((-2, "wait pid=%lu status=%d", pid, status));
753 error(ERROR_OUTPUT|0, con->fd, "%-3s %5lu %3d %3d %3d %3d %3d %2d.%02d %5.5s%s", que->name, que->total, que->pending, que->running, que->nproc, que->peruser, que->nice, que->load / 100, que->load % 100, fmtelapsed(que->wait,
[all...]
/ast/src/cmd/coshell/
H A Dservice.h86 #include <wait.h>
345 Coshell_t wait; member in struct:__anon66
/ast/src/cmd/nmake/
H A Dmake.h272 #define CO_FOREGROUND (CO_USER<<3) /* wait for completion */
567 Rule_t* wait; /* .WAIT rule pointer */ member in struct:Internal_s

Completed in 30 milliseconds