Searched defs:aiowait (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c119 int _aiowait_flag = 0; /* when set, aiowait() is inprogress */
511 aiowait(struct timeval *uwait) function
601 /* aiowait() awakened by an aionotify() */
1056 * we don't artificially starve any aiowait'ers.
1589 * aiowait().
/illumos-gate/usr/src/uts/common/os/
H A Daio.c94 static int aiowait(struct timeval *, int, long *);
241 error = aiowait((struct timeval *)a1, (int)a2, &rval);
325 error = aiowait((struct timeval *)uap[1], (int)uap[2],
394 * aiowait().
520 aiowait( function

Completed in 71 milliseconds