Documentation | posix-users/input_and_output.rst: Update AIO docs (!44)

Alessandro Nardin (@AlessandroNardin) gitlab at rtems.org
Wed Sep 4 09:48:27 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/44#note_111771

 >  
 >  Each operation is described by an ``aiocb`` structure in the array ``list``.
 >  
 > -The ``mode`` parameter determines whether the operations are submitted
 > -simultaneously or sequentially.
 > +The ``mode`` parameter determines when the function will return.
 > +If ``mode`` is ``LIO_WAIT`` the function returns when the I/O operation have
 > +completed, if ``mode`` is ``LIO_NOWAIT`` the function returns after enqueueing
 > +the operations.
 > +
 > +If ``mode`` is ``LIO_NOWAIT``, the sigevent struct pointed by ``sig`` is used to
 > +notify list completion. 
 >  
 >  **NOTES:**
 >  

added it in the notes, let me know if i should go in more detail.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/44#note_111771
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/20240904/95b6035e/attachment-0001.htm>


More information about the bugs mailing list