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