Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/aio_suspend.2
| Show All 22 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd October 23, 2017 | .Dd October 23, 2017 | ||||
| .Dt AIO_SUSPEND 2 | .Dt AIO_SUSPEND 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm aio_suspend | .Nm aio_suspend | ||||
| .Nd suspend until asynchronous I/O operations or timeout complete (REALTIME) | .Nd suspend until asynchronous I/O operations or timeout complete (REALTIME) | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In aio.h | .In aio.h | ||||
| .Ft int | .Ft int | ||||
| .Fn aio_suspend "const struct aiocb *const iocbs[]" "int niocb" "const struct timespec *timeout" | .Fn aio_suspend "const struct aiocb *const iocbs[]" "int niocb" "const struct timespec *timeout" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn aio_suspend | .Fn aio_suspend | ||||
| system call suspends the calling process until at least one of the | system call suspends the calling process until at least one of the | ||||
| specified asynchronous I/O requests have completed, a signal is | specified asynchronous I/O requests have completed, a signal is | ||||
| ▲ Show 20 Lines • Show All 74 Lines • Show Last 20 Lines | |||||