RTEMS  5.1
Data Structures
coresem.h File Reference

Data Associated with the Counting Semaphore Handler. More...

#include <rtems/score/threadq.h>

Go to the source code of this file.

Data Structures

struct  CORE_semaphore_Control
 

Detailed Description

Data Associated with the Counting Semaphore Handler.

This include file contains all the constants and structures associated with the Counting Semaphore Handler. A counting semaphore is the standard Dijkstra binary semaphore used to provide synchronization and mutual exclusion capabilities.