Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/aio_waitcomplete.2
| Show All 22 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd March 27, 2025 | .Dd March 27, 2025 | ||||
| .Dt AIO_WAITCOMPLETE 2 | .Dt AIO_WAITCOMPLETE 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm aio_waitcomplete | .Nm aio_waitcomplete | ||||
| .Nd wait for the next completion of an aio request | .Nd wait for the next completion of an aio request | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In aio.h | .In aio.h | ||||
| .Ft ssize_t | .Ft ssize_t | ||||
| .Fn aio_waitcomplete "struct aiocb **iocbp" "struct timespec *timeout" | .Fn aio_waitcomplete "struct aiocb **iocbp" "struct timespec *timeout" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn aio_waitcomplete | .Fn aio_waitcomplete | ||||
| system call waits for completion of an asynchronous I/O request. | system call waits for completion of an asynchronous I/O request. | ||||
| Upon completion, | Upon completion, | ||||
| ▲ Show 20 Lines • Show All 94 Lines • Show Last 20 Lines | |||||