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

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

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

Collaboration diagram for distortos_ConditionVariable:
[legend]

Public Attributes

struct estd_IntrusiveList blockedList
 

Detailed Description

C-API equivalent of distortos::ConditionVariable.

Similar to std::condition_variable - http://en.cppreference.com/w/cpp/thread/condition_variable Similar to POSIX pthread_cond_t

See also
distortos::ConditionVariable

Member Data Documentation

◆ blockedList

struct estd_IntrusiveList distortos_ConditionVariable::blockedList

ThreadControlBlock objects blocked on this condition variable


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