RTEMS
5.0.0
|
#include <corebarrier.h>
Data Fields | |
Thread_queue_Control | Wait_queue |
CORE_barrier_Attributes | Attributes |
uint32_t | number_of_waiting_threads |
The following defines the control block used to manage each barrier.
CORE_barrier_Attributes CORE_barrier_Control::Attributes |
This element is the set of attributes which define this instance's behavior.
uint32_t CORE_barrier_Control::number_of_waiting_threads |
This element contains the current number of thread waiting for this barrier to be released.
Thread_queue_Control CORE_barrier_Control::Wait_queue |
This field is the Waiting Queue used to manage the set of tasks which are blocked waiting for the barrier to be released.