Lines Matching refs:aio_suspend
142 "async i/o using recall/aio_suspend"},
179 "use recall(2)/aio_suspend(3) to wait for i/o to complete"},
503 * wait method is: recall(2) for writea(2) and listio(2); aio_suspend(3) for
1073 * wait method is: recall(2) for reada(2) and listio(2); aio_suspend(3) for
1757 * or aio_suspend(3), as appropriate.
1791 * not have any wait method bits set (default), use recall/aio_suspend.
1807 ("DEBUG %s/%d: wait method : aio_suspend, sigev_notify=%s\n",
1820 ret = aio_suspend(aioary, 1, NULL);
1825 ("DEBUG %s/%d: aio_suspend received EINTR, sigev_notify=SIGEV_SIGNAL -- ok\n",
1830 "%s/%d aio_suspend received EINTR, sigev_notify=%s, not ok\n",
1846 "%s/%d aio_suspend(fildes=%d, aioary, 1, NULL) failed, errno:%d %s",