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

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

release the critical section?

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


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to