RTEMS | draft: Add POSIX msgq priority bucket + bitmap implementation (!1164)
Chandan U (@Chandanuvm)
gitlab at rtems.org
Tue Mar 31 14:28:35 UTC 2026
Chandan U commented on a discussion on cpukit/include/rtems/score/coremsg.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1164#note_147613
> * when it does not contain a pending message.
> */
> Chain_Control Inactive_messages;
> + #if defined( RTEMS_POSIX_API )
Thank you for pointing in the right direction.
* I'll separate the bitmap control from `Core_message_queue_control `to reduce the memory overhead and complexity
* which also removes the dynamic memory allocation making it deterministic.
I will rework the patch accordingly and send an updated revision.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1164#note_147613
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/20260331/1f1f3a66/attachment.htm>
More information about the bugs
mailing list