Documentation | Draft: posix-users/input_and_output.rst: Update AIO Documentation (!26)

Alessandro Nardin (@AlessandroNardin) gitlab at rtems.org
Sat Jun 29 13:20:43 UTC 2024




Alessandro Nardin commented on a discussion on posix-users/input_and_output.rst: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/26#note_108492

 >   :class: rtems-table
 >  
 > - * - ``E``
 > -   - The
 > + * - ``EBADF``
 > +   - The file descriptor is not open for writing.
 > + * - ``EINVAL``
 > +   - Invalid aio_reqprio, aio_offset, or aio_nbytes.
 > + * - ``EAGAIN``
 > +   - Not enough memory to queue the request.
 > + * - ``EINVAL``
 > +   - aiocbp is a NULL pointer.
 >  
 >  **DESCRIPTION:**
 >  
 > +The ``aio_write()`` function is the asynchronous equivalent of ``write()``.

For thread configuration, are you referring to AIO_MAX_THREADS and AIO_MAX_QUEUE_SIZE ?

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/26#note_108492
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240629/f5015e26/attachment.htm>


More information about the bugs mailing list