|
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.
| 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 |
| notify_all() | ove::CondVar | inline |
| notify_one() | ove::CondVar | inline |
| operator=(const CondVar &)=delete (defined in ove::CondVar) | ove::CondVar | |
| operator=(CondVar &&other) noexcept | ove::CondVar | inline |
| try_wait_for(Mutex &mtx, const std::chrono::duration< Rep, Period > &rel) noexcept | ove::CondVar | inline |
| try_wait_for(Mutex &mtx, std::chrono::duration< Rep, Period > rel, Predicate pred) | ove::CondVar | inline |
| try_wait_until(Mutex &mtx, const std::chrono::time_point< Clock, Duration > &deadline) noexcept | ove::CondVar | inline |
| try_wait_until(Mutex &mtx, const std::chrono::time_point< Clock, Duration > &deadline, Predicate pred) | ove::CondVar | inline |
| valid() const | ove::CondVar | inline |
| wait(Mutex &mtx) | ove::CondVar | inline |
| wait(Mutex &mtx, Predicate pred) | ove::CondVar | inline |
| ~CondVar() noexcept | ove::CondVar | inline |