Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/aio_cancel.2
| Show All 22 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd January 19, 2000 | .Dd January 19, 2000 | ||||
| .Dt AIO_CANCEL 2 | .Dt AIO_CANCEL 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm aio_cancel | .Nm aio_cancel | ||||
| .Nd cancel an outstanding asynchronous I/O operation (REALTIME) | .Nd cancel an outstanding asynchronous I/O operation (REALTIME) | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In aio.h | .In aio.h | ||||
| .Ft int | .Ft int | ||||
| .Fn aio_cancel "int fildes" "struct aiocb *iocb" | .Fn aio_cancel "int fildes" "struct aiocb *iocb" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn aio_cancel | .Fn aio_cancel | ||||
| system call cancels the outstanding asynchronous | system call cancels the outstanding asynchronous | ||||
| I/O request for the file descriptor specified in | I/O request for the file descriptor specified in | ||||
| ▲ Show 20 Lines • Show All 74 Lines • Show Last 20 Lines | |||||