|
ESPHome 2025.12.0-dev
|
Mutex implementation, with API based on the unavailable std::mutex. More...
#include <helpers.h>
Public Member Functions | |
| Mutex () | |
| Mutex (const Mutex &)=delete | |
| ~Mutex () | |
| void | lock () |
| bool | try_lock () |
| void | unlock () |
| Mutex & | operator= (const Mutex &)=delete |
Mutex implementation, with API based on the unavailable std::mutex.
| esphome::Mutex::Mutex | ( | ) |
Definition at line 23 of file helpers.cpp.
|
delete |
| esphome::Mutex::~Mutex | ( | ) |
Definition at line 24 of file helpers.cpp.
| void esphome::Mutex::lock | ( | ) |
Definition at line 25 of file helpers.cpp.
| bool esphome::Mutex::try_lock | ( | ) |
Definition at line 26 of file helpers.cpp.
| void esphome::Mutex::unlock | ( | ) |
Definition at line 27 of file helpers.cpp.