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

/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c52 /* defines for timedwait in __aio_waitn() and __aio_suspend() */
334 * __aio_suspend() cancellation handler.
346 __aio_suspend(void **list, int nent, const timespec_t *timo, int largefile) function
367 aio_panic("__aio_suspend: largefile set when _LP64 defined");
633 return (__aio_suspend((void **)list, nent, timeout, 0));
1227 * __aio_suspend() increments "_aio_suscv_cnt" to notify
1228 * _aiodone() that at least one __aio_suspend() call is
1230 * There could be more than one __aio_suspend() function
1233 * __aio_suspend() functions each time.
1234 * Every __aio_suspend() functio
[all...]

Completed in 1525 milliseconds