RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
CORE_semaphore_Attributes Struct Reference

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.
 

Detailed Description

The following defines the control block used to manage the attributes of each semaphore.

Field Documentation

◆ maximum_count

uint32_t CORE_semaphore_Attributes::maximum_count

This element indicates the maximum count this semaphore may have.

Referenced by rtems_semaphore_create().


The documentation for this struct was generated from the following file: