#include <coresem.h>
Data Fields | |
| uint32_t | maximum_count |
| CORE_semaphore_Disciplines | discipline |
This element indicates the maximum count this semaphore may have.
This field indicates whether threads waiting on the semaphore block in FIFO or priority order.
Referenced by _CORE_semaphore_Is_priority().
1.5.6