RTEMS | draft: Add POSIX msgq priority bucket + bitmap implementation (!1164)
Joel Sherrill (@joel)
gitlab at rtems.org
Mon Apr 13 23:02:41 UTC 2026
Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1164 was reviewed by Joel Sherrill
--
Joel Sherrill started a new discussion on cpukit/include/rtems/score/coremsg.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1164#note_148522
> +typedef struct {
> + CORE_message_queue_Control Base;
> + Priority_bit_map_Control Queue;
Using an array of Chain_Control instances is using too much memory per MQ instance.
Please use a Red Black tree for sorting messages.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1164
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/20260413/9ae28e13/attachment.htm>
More information about the bugs
mailing list