38#ifndef _RTEMS_RTEMS_BARRIERDATA_H
39#define _RTEMS_RTEMS_BARRIERDATA_H
81#define BARRIER_INFORMATION_DEFINE( max ) \
82 OBJECTS_INFORMATION_DEFINE( \
84 OBJECTS_CLASSIC_API, \
85 OBJECTS_RTEMS_BARRIERS, \
88 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:58
rtems_attribute attribute_set
Definition: barrierdata.h:64
CORE_barrier_Control Barrier
Definition: barrierdata.h:62
Objects_Control Object
Definition: barrierdata.h:60
This control block is used to manage a barrier.
Definition: corebarrier.h:64
Definition: objectdata.h:61