cmn-clib(CommonLibraryForC)
C言語共通ライブラリ
 全て データ構造 ファイル 関数 変数 型定義 列挙型 列挙値 マクロ定義
tag_CmnThread 構造体

#include <CmnThread.h>

フィールド

pthread_t threadId
 
void(* method )(struct tag_CmnThread *)
 
void * data
 
CmnThreadMutexmutex
 

詳解

スレッドオブジェクト

フィールド詳解

void* tag_CmnThread::data

スレッド処理用の任意のデータ

void(* tag_CmnThread::method) (struct tag_CmnThread *)

スレッド処理

CmnThreadMutex* tag_CmnThread::mutex

Mutexオブジェクト

pthread_t tag_CmnThread::threadId

スレッドID


この構造体詳解は次のファイルから抽出されました: