RTEMS
5.0.0
|
#include <coresem.h>
Data Fields | |
Thread_queue_Control | Wait_queue |
uint32_t | count |
The following defines the control block used to manage each counting semaphore.
uint32_t CORE_semaphore_Control::count |
This element contains the current count of this semaphore.
Thread_queue_Control CORE_semaphore_Control::Wait_queue |
This field is the Waiting Queue used to manage the set of tasks which are blocked waiting to obtain the semaphore.