|
RTEMS CPU Kit with SuperCore
4.11.3
|
The following defines the control block used to manage each counting semaphore. More...
#include <coresem.h>

Data Fields | |
| Thread_queue_Control | Wait_queue |
| This field is the Waiting Queue used to manage the set of tasks which are blocked waiting to obtain the semaphore. | |
| CORE_semaphore_Attributes | Attributes |
| This element is the set of attributes which define this instance's behavior. | |
| uint32_t | count |
| This element contains the current count of this semaphore. More... | |
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.
Referenced by _CORE_semaphore_Get_count(), and _CORE_semaphore_Initialize().
1.8.13