RTEMS
Variables
sem.c File Reference

Classic Semaphore Information with Zero Objects. More...

#include <rtems/rtems/semdata.h>

Go to the source code of this file.

Variables

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

Detailed Description

Classic Semaphore Information with Zero Objects.

Definition in file sem.c.