|
distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
C-API equivalent of distortos::Semaphore. More...
#include "distortos/C-API/Semaphore.h"
Public Attributes | |
| struct estd_IntrusiveList | blockedList |
| unsigned int | value |
| unsigned int | maxValue |
C-API equivalent of distortos::Semaphore.
Similar to POSIX semaphores - http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap04.html#tag_04_16
| struct estd_IntrusiveList distortos_Semaphore::blockedList |
ThreadControlBlock objects blocked on this semaphore
| unsigned int distortos_Semaphore::maxValue |
max value of the semaphore
| unsigned int distortos_Semaphore::value |
internal value of the semaphore