#include <corebarrier.h>

Data Fields | |
| Thread_queue_Control | Wait_queue |
| CORE_barrier_Attributes | Attributes |
| uint32_t | number_of_waiting_threads |
This field is the Waiting Queue used to manage the set of tasks which are blocked waiting for the barrier to be released.
This element is the set of attributes which define this instance's behavior.
This element contains the current number of thread waiting for this barrier to be released.
Referenced by _CORE_barrier_Get_number_of_waiting_threads().
1.5.6