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.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
