RTEMS  5.1
Data Fields
CORE_semaphore_Control Struct Reference

#include <coresem.h>

Data Fields

Thread_queue_Control Wait_queue
 
uint32_t count
 

Detailed Description

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

Field Documentation

◆ count

uint32_t CORE_semaphore_Control::count

This element contains the current count of this semaphore.

◆ Wait_queue

Thread_queue_Control CORE_semaphore_Control::Wait_queue

This field is the Waiting Queue used to manage the set of tasks which are blocked waiting to obtain the semaphore.


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