struct Thread スレッドの実体となる構造体です。 |
void | Thread_ スレッドのインスタンスを生成します。 |
void | Thread_ 新しいスレッドによるThread_ |
void | Thread_ スレッドが実行する処理を実装します。 |
不透明な構造体です。
void Thread_new( | struct Thread * thread, |
void (*run)(struct Thread *)) |
void Thread_start( | struct Thread * thread) |
void Thread_run( | struct Thread * thread) |