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

 > +}
 > +
 > +/**
 > + * @brief Gets owner of the MPCP control.
 > + *
 > + * @param mpcp The MPCP control to get the owner from.
 > + *
 > + * @return The owner of the MPCP control.
 > + */
 > +static inline Thread_Control *_MPCP_Get_owner( const MPCP_Control *mpcp )
 > +{
 > +  return mpcp->Wait_queue.Queue.owner;
 > +}
 > +
 > +/**
 > + * @brief Sets owner of the MPCP control.

ditto

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1358#note_154974
You're receiving this email because of your account on gitlab.rtems.org. 
Unsubscribe from this thread: 
https://gitlab.rtems.org/-/sent_notifications/4-1o1has9p2zy4t09f3292tjt4v-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