RTEMS CPU Kit with SuperCore
Data Fields
POSIX_Barrier_Control Struct Reference

This type defines the control block used to manage each barrier. More...

#include <barrier.h>

Collaboration diagram for POSIX_Barrier_Control:
Collaboration graph
[legend]

Data Fields

Objects_Control Object
 This is used to manage a barrier as an object. More...
 
CORE_barrier_Control Barrier
 This is used to implement the barrier. More...
 

Detailed Description

This type defines the control block used to manage each barrier.

Field Documentation

◆ Barrier

CORE_barrier_Control POSIX_Barrier_Control::Barrier

This is used to implement the barrier.

◆ Object

Objects_Control POSIX_Barrier_Control::Object

This is used to manage a barrier as an object.


The documentation for this struct was generated from the following file: