|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
This is the complete list of members for ove::CondVar, including all inherited members.
| broadcast() | ove::CondVar | inline |
| CondVar() | ove::CondVar | inline |
| CondVar(const CondVar &)=delete (defined in ove::CondVar) | ove::CondVar | |
| CondVar(CondVar &&other) noexcept | ove::CondVar | inline |
| handle() const | ove::CondVar | inline |
| operator=(const CondVar &)=delete (defined in ove::CondVar) | ove::CondVar | |
| operator=(CondVar &&other) noexcept | ove::CondVar | inline |
| signal() | ove::CondVar | inline |
| valid() const | ove::CondVar | inline |
| wait(Mutex &mtx, uint32_t timeout_ms=OVE_WAIT_FOREVER) | ove::CondVar | inline |
| ~CondVar() | ove::CondVar | inline |