SSCMA-Micro CPP SDK  v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
ma::Thread Member List

This is the complete list of members for ma::Thread, including all inherited members.

enterCritical()ma::Threadstatic
exitCritical()ma::Threadstatic
join()ma::Thread
operator bool() constma::Thread
operator==(const Thread &other) constma::Thread
self()ma::Threadstatic
sleep(ma_tick_t tick)ma::Threadstatic
start(void *arg=nullptr)ma::Thread
stop()ma::Thread
Thread(const char *name, void(*entry)(void *), void *arg=nullptr, uint32_t priority=0, size_t stacksize=0, ma_stack_t *stack=nullptr) noexceptma::Thread
threadEntryPoint(void)ma::Threadprotectedvirtual
yield()ma::Threadstatic
~Thread() noexceptma::Threadvirtual