SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
#include <ma_osal.h>
Public Member Functions | |
Mutex (bool recursive=true) noexcept | |
~Mutex () noexcept | |
operator bool () const | |
bool | tryLock (ma_tick_t timeout=Tick::waitForever) |
bool | lock () const |
bool | unlock () const |
operator ma_mutex_t * () const | |
|
noexcept |
|
noexcept |
bool ma::Mutex::lock | ( | ) | const |
ma::Mutex::operator bool | ( | ) | const |
ma::Mutex::operator ma_mutex_t * | ( | ) | const |
bool ma::Mutex::tryLock | ( | ma_tick_t | timeout = Tick::waitForever | ) |
bool ma::Mutex::unlock | ( | ) | const |