RTEMS
|
#include <corebarrier.h>
Public Attributes | |
CORE_barrier_Disciplines | discipline |
uint32_t | maximum_count |
The following defines the control block used to manage the attributes of each barrier.
Definition at line 61 of file corebarrier.h.
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.
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.