Internal thread data. An architecture dependent type holding the necessary data for a thread. More...
#include <IArchMultithread.h>
Public Attributes | |
int | m_refCount |
IArchMultithread::ThreadID | m_id |
pthread_t | m_thread |
IArchMultithread::ThreadFunc | m_func |
void * | m_userData |
bool | m_cancel |
bool | m_cancelling |
bool | m_exited |
void * | m_result |
void * | m_networkData |
HANDLE | m_thread |
DWORD | m_id |
HANDLE | m_cancel |
HANDLE | m_exit |
Internal thread data. An architecture dependent type holding the necessary data for a thread.
Definition at line 59 of file CArchMultithreadPosix.cpp.