RTEMS CPU Kit with SuperCore
4.11.3
|
The following defines the control block used to manage the attributes of each semaphore. More...
#include <coresem.h>
Data Fields | |
uint32_t | maximum_count |
This element indicates the maximum count this semaphore may have. More... | |
CORE_semaphore_Disciplines | discipline |
This field indicates whether threads waiting on the semaphore block in FIFO or priority order. | |
The following defines the control block used to manage the attributes of each semaphore.
uint32_t CORE_semaphore_Attributes::maximum_count |
This element indicates the maximum count this semaphore may have.
Referenced by rtems_semaphore_create().