|
RTEMS CPU Kit with SuperCore
4.10.99.0
|
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. | |
| 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.
This element indicates the maximum count this semaphore may have.
1.7.5