RTEMS | SMP: Add FMLP-Short and FMLP-Long locking protocols (!882)
Gedare Bloom (@gedare)
gitlab at rtems.org
Wed Feb 11 21:51:36 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_142458
> +/**
> + * @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;
This should be `Root_node`.
See: https://docs.rtems.org/docs/main/eng/coding-naming.html#rtems-internal-interfaces
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142458
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/20260211/8c911bd9/attachment-0001.htm>
More information about the bugs
mailing list