halx
|
#include <thread.hpp>
公開メンバ関数 | |
Thread (void(*func)(void *), void *args, size_t stack_size, osPriority_t priority, uint32_t attr_bits=0) | |
Thread (std::function< void()> &&func, size_t stack_size, osPriority_t priority, uint32_t attr_bits=0) | |
bool | detach () |
bool | join () |
|
inline |
|
inline |
|
inline |
|
inline |