Lines Matching full:when
34 * requests when they are completed.
84 * call to aio_fsync(). The function call shall return when the synchronization
85 * request has been initiated or queued to the file or device (even when the data
106 * operation while it is proceeding. When the request is queued, the error status
107 * for the operation is [EINPROGRESS]. When all data has been successfully transferred,
112 * Delivery when all operations have achieved synchronized I/O completion. All
182 * function call shall return when the read request has been initiated or queued
183 * to the file or device (even when the data cannot be delivered immediately).
202 * The aio_sigevent member specifies the notification which occurs when the
253 * When the aiocb structure referred to by aiocbp is used to submit another asynchronous
328 * function shall return when the write request has been initiated or, at a minimum,
349 * The aio_sigevent member specifies the notification which occurs when the request
392 * <aio.h> and determines whether the function returns when the I/O operations
398 * asynchronous notification shall occur, according to the sig argument, when all
401 * in Signal Generation and Delivery when all the requests in list have completed.
435 * when used by the aio_read() and aio_write() functions.