RTEMS
Variables
barrier.c File Reference

Classic Barrier Information with Zero Objects. More...

#include <rtems/rtems/barrierdata.h>

Go to the source code of this file.

Variables

Objects_Information _Barrier_Information = { ( (Objects_Id) ( (Objects_Id) OBJECTS_CLASSIC_API << 24U ) | ( (Objects_Id) OBJECTS_RTEMS_BARRIERS << 27U ) | ( (Objects_Id) 1 << 16U ) | ( (Objects_Id) 0 << 0U ) ), NULL, _Objects_Allocate_none, NULL, 0, 0, 0, 0 , { { { &( _Barrier_Information.Inactive ).Tail.Node, NULL }, &( _Barrier_Information.Inactive ).Head.Node } }, NULL, NULL, NULL }
 The Classic Barrier objects information.
 

Detailed Description

Classic Barrier Information with Zero Objects.

Definition in file barrier.c.