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

/illumos-gate/usr/src/uts/common/os/
H A Daio.c1224 int aio_thread; local
1432 aio_thread = (aiocb->aio_sigevent.sigev_notify == SIGEV_THREAD);
1433 if (aio_port | aio_thread) {
1443 } else { /* aio_thread */
2929 int aio_thread; local
3147 aio_thread = (aiocb->aio_sigevent.sigev_notify == SIGEV_THREAD);
3148 if (aio_port | aio_thread) {
3158 } else { /* aio_thread */
3408 int aio_thread; local
3638 aio_thread
[all...]

Completed in 64 milliseconds