|
arduino-audio-tools
|
Recursive Mutex implementation using Zephyr kernel mutex. More...
#include <MutexZephyr.h>
Public Member Functions | |
| MutexRecursiveZephyr () | |
| virtual | ~MutexRecursiveZephyr ()=default |
| void | lock () override |
| void | unlock () override |
Protected Attributes | |
| struct k_mutex | mutex |
Recursive Mutex implementation using Zephyr kernel mutex.
|
inline |
|
virtualdefault |