Home
last modified time | relevance | path

Searched refs:dowait (Results 1 – 7 of 7) sorted by relevance

/netbsd/regress/sys/fs/lfs/ckckp/
H A Dckckp.c46 int dowait = 1; in main() local
63 fcntl(fd, LFCNWRAPSTOP, &dowait); in main()
92 fcntl(fd, LFCNWRAPGO, &dowait); in main()
/netbsd/external/mit/libuv/dist/test/
H A Drunner-unix.c193 static void* dowait(void* data) { in dowait() function
246 dowait(&args); in process_wait()
272 r = pthread_create(&tid, &attr, dowait, &args); in process_wait()
/netbsd/bin/csh/
H A Dinit.c105 { "wait", dowait, 0, 0 },
H A Dextern.h255 void dowait(Char **, struct command *);
H A Dproc.c355 dowait(Char **v, struct command *t) in dowait() function
/netbsd/bin/sh/
H A Djobs.c108 STATIC int dowait(int, struct job *, struct job **);
606 if ((gotpid = dowait(WSILENT, NULL, NULL)) > 0) in showjobs()
607 while (dowait(WSILENT, NULL, NULL) > 0) in showjobs()
852 if ((i = dowait(WBLOCK|WNOFREE, NULL, &job)) == -1) in waitcmd()
1340 dowait(WBLOCK, jp, NULL); in waitforjob()
1402 dowait(int flags, struct job *job, struct job **changed) in dowait() function
/netbsd/sys/dev/pad/
H A Dpad.c320 pad_get_block(struct pad_softc *sc, pad_block_t *pb, int maxblksize, int dowait) in pad_get_block() argument
327 if (sc->sc_buflen == 0 && !dowait) in pad_get_block()