RTEMS | SMP: Add FMLP-Short and FMLP-Long locking protocols (!882)
Karthikey Kadati (@karthikey_kadati)
gitlab at rtems.org
Wed Mar 4 22:09:04 UTC 2026
Karthikey Kadati commented on a discussion on cpukit/include/rtems/score/fmlplimpl.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_144281
> +
> +/**
> + * @addtogroup RTEMSScoreFMLPL
> + *
> + * @{
> + */
> +#define FMLPL_TQ_OPERATIONS &_Thread_queue_Operations_FIFO
> +
> +/**
> + * @brief Acquires the lock.
> + *
> + * @param[in, out] fmlpl The lock control.
> + * @param[in, out] queue_context The thread queue context.
> + */
> +void _FMLPL_Acquire_critical( FMLPL_Control *fmlpl,
> + Thread_queue_Context *queue_context );
Fixed it.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_144281
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/20260304/31f40cb9/attachment-0001.htm>
More information about the bugs
mailing list