39#ifndef _RTEMS_SCORE_COREBARRIER_H
40#define _RTEMS_SCORE_COREBARRIER_H
This control block is used to manage a barrier.
Definition: corebarrier.h:64
uint32_t number_of_waiting_threads
This member contains the current number of thread waiting at the barrier to be released.
Definition: corebarrier.h:75
Thread_queue_Control Wait_queue
This member is used to manage the set of tasks which are blocked waiting for the barrier to be releas...
Definition: corebarrier.h:69
uint32_t maximum_count
This member indicates the number of threads which must arrive at the barrier to trip the automatic re...
Definition: corebarrier.h:84
Definition: threadq.h:609
This header file provides interfaces of the Thread Queue Handler which are used by the implementation...