ランタイム
Mix::Parallel::WORK Struct Reference

ワーク構造体 More...

#include <Common.h>

Public Attributes

UInt32 threadIndex
 スレッドのインデックス More...
 
HANDLE hWakeup
 ウェイクアップ用同期オブジェクトのハンドル More...
 
Mix::Parallel::FunctionPtr pFunc
 実行するファンクションのポインタ More...
 
void * pData
 ファンクションに渡すデータのポインタ More...
 
UInt32 debugID
 デバッグ用識別子 ( Mix::Parallel::DEBUG_ID ) More...
 

Detailed Description

ワーク構造体

Member Data Documentation

UInt32 Mix::Parallel::WORK::threadIndex

スレッドのインデックス

HANDLE Mix::Parallel::WORK::hWakeup

ウェイクアップ用同期オブジェクトのハンドル

Mix::Parallel::FunctionPtr Mix::Parallel::WORK::pFunc

実行するファンクションのポインタ

void* Mix::Parallel::WORK::pData

ファンクションに渡すデータのポインタ

UInt32 Mix::Parallel::WORK::debugID

デバッグ用識別子 ( Mix::Parallel::DEBUG_ID )


The documentation for this struct was generated from the following file: