RTEMS
|
#include <barrierdata.h>
Public Attributes | |
Objects_Control | Object |
CORE_barrier_Control | Barrier |
rtems_attribute | attribute_set |
This type defines the control block used to manage each barrier.
Definition at line 38 of file barrierdata.h.
rtems_attribute Barrier_Control::attribute_set |
This is used to specify the attributes of a barrier.
Definition at line 44 of file barrierdata.h.
CORE_barrier_Control Barrier_Control::Barrier |
This is used to implement the barrier.
Definition at line 42 of file barrierdata.h.
Objects_Control Barrier_Control::Object |
This is used to manage a barrier as an object.
Definition at line 40 of file barrierdata.h.