RTEMS | SMP: Add FMLP-Short and FMLP-Long locking protocols (!882)
Karthikey Kadati (@karthikey_kadati)
gitlab at rtems.org
Fri Feb 13 12:53:49 UTC 2026
Karthikey Kadati commented on a discussion on cpukit/include/rtems/score/fmlpl.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142695
> +/**
> + * @defgroup ScoreFMLPL Multiprocessor Resource Sharing Protocol Handler
> + *
> + * @ingroup Score
> + *
> + *
> + * @{
> + */
> +
> +typedef struct {
> +
> + // our thread queue
> + Thread_queue_Control Wait_queue;
> +
> + // the priority node, which is assigned to the priority owner
> + Priority_Node root_node;
Changed to `Root_node` - since it's a struct aggregate member, it gets the capitalized Name format per the coding guidelines.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142695
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/9f238595/attachment.htm>
More information about the bugs
mailing list