|
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() | 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 |
| try_lock() | ove::Mutex | inline |
| try_lock_for(const std::chrono::duration< Rep, Period > &rel) noexcept | ove::Mutex | inline |
| try_lock_until(const std::chrono::time_point< Clock, Duration > &deadline) noexcept | ove::Mutex | inline |
| unlock() | ove::Mutex | inline |
| valid() const | ove::Mutex | inline |
| ~Mutex() noexcept | ove::Mutex | inline |