HomeSort by: relevance | last modified time | path
    Searched defs:dowait (Results 1 - 3 of 3) sorted by relevancy

  /src/regress/sys/fs/lfs/ckckp/
ckckp.c 46 int dowait = 1; local in function:main
63 fcntl(fd, LFCNWRAPSTOP, &dowait);
92 fcntl(fd, LFCNWRAPGO, &dowait);
  /src/bin/csh/
proc.c 351 * dowait - wait for all processes to finish
355 dowait(Char **v, struct command *t) function in typeref:typename:void
  /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 in typeref:typename:STATIC int
1549 VTRACE(DBG_JOBS|DBG_PROCS, ("dowait(%x) called for job %d%s\n",

Completed in 13 milliseconds