Lines Matching full:then

28  * to be canceled. If aiocbp is NULL, then all outstanding cancelable asynchronous 
33 * then the normal asynchronous completion process shall take place for those
41 * If aiocbp is not NULL, then if fildes does not have the same value as the file
95 * aio_fsync() fails, then outstanding I/O operations are not guaranteed to have
98 * If aio_fsync() succeeds, then it is only the I/O that was queued at the time
115 * I/O completion, then the behavior is undefined.
185 * If prioritized I/O is supported for this file, then the asynchronous operation
187 * aiocbp->aio_reqprio. If Thread Execution Scheduling is not supported, then
209 * address prior to asynchronous I/O completion, then the behavior is undefined.
249 * is equal to [EINPROGRESS], then the return status for the operation is undefined.
254 * operation, then aio_return() may be successfully used to retrieve the return
287 * passes before any of the I/O operations referenced by list are completed, then
337 * address prior to asynchronous I/O completion, then the behavior is undefined.
339 * If O_APPEND is not set for the file descriptor aio_fildes, then the requested
399 * the I/O operations complete. If sig is NULL, then no asynchronous notification
410 * completed and, if necessary, the notification is sent, then the behavior is
419 * be ignored. If the aio_lio_opcode element is equal to LIO_READ, then an I/O operation
421 * of the aiocb structure. If the aio_lio_opcode element is equal to LIO_WRITE, then
449 * address prior to all asynchronous I/O being completed, then the behavior is