|
_size_t | getHandle () |
|
int | terminate () |
|
void * | getParam () |
|
int | join (unsigned long timeout=-1) |
|
bool | operator== (const Thread &right) |
|
|
template<class CLASS , int(CLASS::*)(void) PROC> |
static Thread | ThreadCreateObjectFunctor (CLASS *pthis) |
|
template<class CLASS , int(CLASS::*)(void) PROC> |
static _size_t THREAD_PROC | createThreadAux (void *param) |
|
static Thread | createThread (thread_proc_t proc, void *param=NULL) |
|
|
| Thread (thread_proc_t proc, void *param) |
|
|
void * | _param |
|
thread_proc_t | _func |
|
_size_t | _handle |
|
The documentation for this class was generated from the following file: