RTEMS | SMP: Add FMLP-Short and FMLP-Long locking protocols (!882)
Gedare Bloom (@gedare)
gitlab at rtems.org
Fri Feb 13 18:48:55 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_142721
> + * @defgroup RTEMSScoreFMLPL Flexible Multiprocessor Locking Protocol (FMLP) - Long
> + *
> + * @ingroup RTEMSScore
> + *
> + * @{
> + */
> +
> +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;
this is a pointer and should nto be capital
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142721
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/8a5a5822/attachment.htm>
More information about the bugs
mailing list