|
SSCMA-Micro CPP SDK
v2.0.0
SSCMA-Micro is a cross-platform machine learning inference framework designed for embedded devices.
|
This is the complete list of members for ma::Thread, including all inherited members.
| enterCritical() | ma::Thread | static |
| exitCritical() | ma::Thread | static |
| join() | ma::Thread | |
| operator bool() const | ma::Thread | |
| operator==(const Thread &other) const | ma::Thread | |
| self() | ma::Thread | static |
| sleep(ma_tick_t tick) | ma::Thread | static |
| 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) noexcept | ma::Thread | |
| threadEntryPoint(void) | ma::Thread | protectedvirtual |
| yield() | ma::Thread | static |
| ~Thread() noexcept | ma::Thread | virtual |