RTEMS | SMP: Add FMLP-Short and FMLP-Long locking protocols (!882)
Gedare Bloom (@gedare)
gitlab at rtems.org
Fri Feb 13 18:50:39 UTC 2026
Gedare Bloom started a new discussion on cpukit/include/rtems/score/fmlplimpl.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142722
> +
> +/**
> + * @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 );
This does not look like it is using the right `clang-format` settings. double check.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142722
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/7c3899d9/attachment-0001.htm>
More information about the bugs
mailing list