SROS 説明書

MakeThread


スレッドAPI
void MakeThread(THRDPROC * proc)

スレッドを生成しprocで示す関数を実行します。
メインスレッド生成時には引数は意味を持ちません。


typedef void THRDPROC(void);