RTEMS | Draft: posix/aio: Implemented aio_suspend() (!275)
Gedare Bloom (@gedare)
gitlab at rtems.org
Tue Nov 5 21:12:48 UTC 2024
Gedare Bloom commented on a discussion on cpukit/include/rtems/posix/aio_misc.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/275#note_114374
> /** Notification via event delivery */
> #define AIO_LIO_EVENT 2
>
> +/* Constants needed by aio_suspend() */
> +
> +/** Signal already generated for suspend call */
> +#define AIO_SIGNALED 0
> +
> +/** signal not generated for suspend call */
You could do that, or you could initialize it to `!AIO_SIGNALED`.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/275#note_114374
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/20241105/468bcb46/attachment-0001.htm>
More information about the bugs
mailing list