distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
distortos_Semaphore Struct Reference

C-API equivalent of distortos::Semaphore. More...

#include "distortos/C-API/Semaphore.h"

Collaboration diagram for distortos_Semaphore:
[legend]

Public Attributes

struct estd_IntrusiveList blockedList
 
unsigned int value
 
unsigned int maxValue
 

Detailed Description

Member Data Documentation

◆ blockedList

struct estd_IntrusiveList distortos_Semaphore::blockedList

ThreadControlBlock objects blocked on this semaphore

◆ maxValue

unsigned int distortos_Semaphore::maxValue

max value of the semaphore

◆ value

unsigned int distortos_Semaphore::value

internal value of the semaphore


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