Query: aio_cancel
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
AIO_CANCEL(3) BSD Library Functions Manual AIO_CANCEL(3)NAMEaio_cancel -- cancel an outstanding asynchronous I/O operation (REALTIME)LIBRARYPOSIX Real-time Library (librt, -lrt)SYNOPSIS#include <aio.h> int aio_cancel(int fildes, struct aiocb * aiocbp);DESCRIPTIONThe aio_cancel() system call cancels the outstanding asynchronous I/O request for the file descriptor specified in fildes. If aiocbp is specified, only that specific asynchronous I/O request is cancelled. Normal asynchronous notification occurs for cancelled requests. Requests complete with an error result of ECANCELED.RETURN VALUESThe aio_cancel() system call returns -1 to indicate an error, or one of the following: [AIO_CANCELED] All outstanding requests meeting the criteria specified were cancelled. [AIO_NOTCANCELED] Some requests were not cancelled, status for the requests should be checked with aio_error(3). [AIO_ALLDONE] All of the requests meeting the criteria have finished.ERRORSAn error return from aio_cancel() indicates: [EBADF] The fildes argument is an invalid file descriptor.SEE ALSOaio(3)STANDARDSThe aio_cancel() system call is expected to conform to the IEEE Std 1003.1-2001 (``POSIX.1'') standard.HISTORYThe aio_cancel() system call first appeared in NetBSD 5.0.BSDMay 17, 2010 BSD
Related Man Pages |
---|
aio_cancel(2) - mojave |
aio_cancel(3) - centos |
aio_cancel(3) - osf1 |
aio_cancel(3) - plan9 |
aio_cancel(3) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
RDVz 0.9.1 (Default branch) |
RDVz 1.02 (Default branch) |
user names being rejected during registration |
Algorithmic Terrorism |
Filter datablocks meeting criteria |