sprint 1-alpha
|
win32 thread creation params More...
#include <function.h>
Public Types | |
typedef DWORD | ReturnType |
thread retun type | |
typedef void * | ParamType |
thread param type | |
typedef LPTHREAD_START_ROUTINE | CallBackType |
The callback type supporter by local thread architecture. | |
Public Member Functions | |
thread_function (CallBackType _proc, ParamType _param) | |
Public Attributes | |
CallBackType | proc |
the callback | |
ParamType | param |
the param passed to callback |
win32 thread creation params