stm32rcos
 
読み取り中…
検索中…
一致する文字列を見つけられません
stm32rcos::core::Thread クラス

#include <thread.hpp>

公開メンバ関数

 Thread (void(*func)(void *), void *args, size_t stack_size, osPriority_t priority, uint32_t attr_bits=0)
 
bool detach ()
 
bool join ()
 

構築子と解体子

◆ Thread()

stm32rcos::core::Thread::Thread ( void(* func )(void *),
void * args,
size_t stack_size,
osPriority_t priority,
uint32_t attr_bits = 0 )
inline

関数詳解

◆ detach()

bool stm32rcos::core::Thread::detach ( )
inline

◆ join()

bool stm32rcos::core::Thread::join ( )
inline

このクラス詳解は次のファイルから抽出されました: