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
このクラス詳解は次のファイルから抽出されました:
include/stm32rcos/core/
thread.hpp
stm32rcos
core
Thread
構築:
1.13.2