37#ifndef _RTEMS_RTEMS_BARRIERDATA_H
38#define _RTEMS_RTEMS_BARRIERDATA_H
80#define BARRIER_INFORMATION_DEFINE( max ) \
81 OBJECTS_INFORMATION_DEFINE( \
83 OBJECTS_CLASSIC_API, \
84 OBJECTS_RTEMS_BARRIERS, \
87 OBJECTS_NO_STRING_NAME, \
This header file defines the Barrier Manager API.
This header file provides interfaces of the Barrier Handler which are used by the implementation and ...
uint32_t rtems_attribute
This type represents Classic API attributes.
Definition: attr.h:96
Objects_Information _Barrier_Information
The Classic Barrier objects information.
This header file provides data structures used by the implementation and the Application Configuratio...
Definition: barrierdata.h:57
rtems_attribute attribute_set
Definition: barrierdata.h:63
CORE_barrier_Control Barrier
Definition: barrierdata.h:61
Objects_Control Object
Definition: barrierdata.h:59
This control block is used to manage a barrier.
Definition: corebarrier.h:64
Definition: objectdata.h:61