RTEMS
Public Attributes | List of all members
CORE_semaphore_Control Struct Reference

#include <coresem.h>

Public Attributes

Thread_queue_Control Wait_queue
 
uint32_t count
 

Detailed Description

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

Definition at line 48 of file coresem.h.

Member Data Documentation

◆ count

uint32_t CORE_semaphore_Control::count

This element contains the current count of this semaphore.

Definition at line 55 of file coresem.h.

◆ 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.

Definition at line 52 of file coresem.h.


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