|
arduino-audio-tools
|
Busy-wait lock based on std::atomic - available on all platforms that support <atomic>. More...
#include <Mutex.h>
Public Member Functions | |
| void | lock () override |
| bool | try_lock () |
| void | unlock () override |
Protected Attributes | |
| std::atomic< bool > | lock_ = {false} |
Busy-wait lock based on std::atomic - available on all platforms that support <atomic>.
|
inlineoverridevirtual |
Reimplemented from MutexBase.
|
inline |
|
inlineoverridevirtual |
Reimplemented from MutexBase.
|
protected |