ESPHome
2024.10.2
|
Mutex implementation, with API based on the unavailable std::mutex. More...
#include <helpers.h>
Public Member Functions | |
Mutex () | |
Mutex (const Mutex &)=delete | |
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 621 of file helpers.cpp.
|
delete |
void esphome::Mutex::lock | ( | ) |
Definition at line 622 of file helpers.cpp.
bool esphome::Mutex::try_lock | ( | ) |
Definition at line 623 of file helpers.cpp.
void esphome::Mutex::unlock | ( | ) |
Definition at line 624 of file helpers.cpp.