RTEMS  5.1
Data Fields
CORE_barrier_Attributes Struct Reference

#include <corebarrier.h>

Data Fields

CORE_barrier_Disciplines discipline
 
uint32_t maximum_count
 

Detailed Description

The following defines the control block used to manage the attributes of each barrier.

Field Documentation

◆ discipline

CORE_barrier_Disciplines CORE_barrier_Attributes::discipline

This field indicates whether the barrier is automatic or manual.

◆ maximum_count

uint32_t CORE_barrier_Attributes::maximum_count

This element indicates the number of threads which must arrive at the barrier to trip the automatic release.


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