| /src/regress/sys/fs/lfs/ckckp/ |
| ckckp.c | 46 int dowait = 1; local 63 fcntl(fd, LFCNWRAPSTOP, &dowait); 92 fcntl(fd, LFCNWRAPGO, &dowait);
|
| /src/bin/csh/ |
| init.c | 105 { "wait", dowait, 0, 0 },
|
| extern.h | 255 void dowait(Char **, struct command *);
|
| proc.c | 351 * dowait - wait for all processes to finish 355 dowait(Char **v, struct command *t) function
|
| /src/external/mit/libuv/dist/test/ |
| runner-unix.c | 203 static void* dowait(void* data) { function 256 dowait(&args); 282 r = pthread_create(&tid, &attr, dowait, &args);
|
| /src/bin/sh/ |
| jobs.c | 108 STATIC int dowait(int, struct job *, struct job **); 607 if ((gotpid = dowait(WSILENT, NULL, NULL)) > 0) 608 while (dowait(WSILENT, NULL, NULL) > 0) 862 if ((i = dowait(WBLOCK|WNOFREE, NULL, &job)) == -1) 1476 dowait(WBLOCK, jp, NULL); 1538 dowait(int flags, struct job *job, struct job **changed) function 1549 VTRACE(DBG_JOBS|DBG_PROCS, ("dowait(%x) called for job %d%s\n",
|
| /src/sys/dev/pad/ |
| pad.c | 320 pad_get_block(struct pad_softc *sc, pad_block_t *pb, int maxblksize, int dowait) 327 if (sc->sc_buflen == 0 && !dowait)
|