RTEMS
Public Attributes | List of all members
CORE_barrier_Attributes Struct Reference

#include <corebarrier.h>

Public Attributes

CORE_barrier_Disciplines discipline
 
uint32_t maximum_count
 

Detailed Description

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

Definition at line 61 of file corebarrier.h.

Member Data Documentation

◆ discipline

CORE_barrier_Disciplines CORE_barrier_Attributes::discipline

This field indicates whether the barrier is automatic or manual.

Definition at line 64 of file corebarrier.h.

◆ 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.

Definition at line 68 of file corebarrier.h.


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