RTEMS | SMP: Add support for the MPCP locking protocol (!1358)

Gedare Bloom (@gedare) gitlab at rtems.org
Wed Jul 22 00:34:01 UTC 2026




Gedare Bloom started a new discussion on cpukit/include/rtems/score/mpcpimpl.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1358#note_154973

 > +/**
 > + * @brief Releases according to MPCP.
 > + *
 > + * @param mpcp The MPCP control for the operation.
 > + * @param queue_context The thread queue context.
 > + */
 > +static inline void _MPCP_Release(
 > +  MPCP_Control         *mpcp,
 > +  Thread_queue_Context *queue_context
 > +)
 > +{
 > +  _Thread_queue_Release( &mpcp->Wait_queue, queue_context );
 > +}
 > +
 > +/**
 > + * @brief Gets owner of the MPCP control.

isn't it actually the owner of the wait queue? double check this terminology

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1358#note_154973
You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/sent_notifications/4-0hq6bhta4u4ylvqrmspkf2jqq-1d/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260722/0e0ae8cc/attachment-0001.htm>


More information about the bugs mailing list