RTEMS | SMP: Add FMLP-Short and FMLP-Long locking protocols (!882)

Gedare Bloom (@gedare) gitlab at rtems.org
Fri Feb 13 18:48:48 UTC 2026




Gedare Bloom started a new discussion on cpukit/include/rtems/score/fmlpl.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142720

 > + *
 > + * @{
 > + */
 > +
 > +typedef struct {
 > +  /** @brief Thread wait queue. */
 > +  Thread_queue_Control Wait_queue;
 > +
 > +  /** @brief Scheduler node. */
 > +  Priority_Node Root_node;
 > +
 > +  /** @brief Priority of all threads. */
 > +  Priority_Control *Priority_array;
 > +
 > +  /** @brief Last occupied index. */
 > +  int Last_occupied_index;

this is a primitive and should not be capital.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142720
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/20260213/809fbee4/attachment-0001.htm>


More information about the bugs mailing list