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

  /src/regress/sys/fs/lfs/ckckp/
ckckp.c 46 int dowait = 1; local
63 fcntl(fd, LFCNWRAPSTOP, &dowait);
92 fcntl(fd, LFCNWRAPGO, &dowait);
  /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/csh/
proc.c 351 * dowait - wait for all processes to finish
355 dowait(Char **v, struct command *t) function
  /src/bin/sh/
jobs.c 109 STATIC int dowait(int, struct job *, struct job **);
608 if ((gotpid = dowait(WSILENT, NULL, NULL)) > 0)
609 while (dowait(WSILENT, NULL, NULL) > 0)
878 if ((i = dowait(WBLOCK|WNOFREE, NULL, &job)) == -1)
1533 dowait(WBLOCK, jp, NULL);
1595 dowait(int flags, struct job *job, struct job **changed) function
1606 VTRACE(DBG_JOBS|DBG_PROCS, ("dowait(%x) called for job %d%s\n",

Completed in 18 milliseconds