RTEMS
Public Attributes | List of all members
Barrier_Control Struct Reference

#include <barrierdata.h>

Public Attributes

Objects_Control Object
 
CORE_barrier_Control Barrier
 
rtems_attribute attribute_set
 

Detailed Description

This type defines the control block used to manage each barrier.

Definition at line 38 of file barrierdata.h.

Member Data Documentation

◆ attribute_set

rtems_attribute Barrier_Control::attribute_set

This is used to specify the attributes of a barrier.

Definition at line 44 of file barrierdata.h.

◆ Barrier

CORE_barrier_Control Barrier_Control::Barrier

This is used to implement the barrier.

Definition at line 42 of file barrierdata.h.

◆ Object

Objects_Control Barrier_Control::Object

This is used to manage a barrier as an object.

Definition at line 40 of file barrierdata.h.


The documentation for this struct was generated from the following file: