#include <mt_posix.h>
Public Attributes | |
| HANDLE | hEvtDetach |
| HANDLE | hThread |
| bool | m_bDetached |
| Controls joinability and destruction on run exit. | |
| bool | m_bDone |
| True when the thread is done and this data is disposeable. | |
| bool | m_bJoining |
| CRITICAL_SECTION | m_csT |
| Mutex controlling detachment and termination. | |
| int | m_lastError |
| pthread_mutex_t | m_mtxT |
| Mutex controlling detachment and termination. | |
| unsigned | nThreadID |
| pthread_t | pth |
| void * | retval |
| HANDLE Falcon::SYSTH_DATA::hThread |
Controls joinability and destruction on run exit.
True when the thread is done and this data is disposeable.
| CRITICAL_SECTION Falcon::SYSTH_DATA::m_csT |
Mutex controlling detachment and termination.
| pthread_mutex_t Falcon::SYSTH_DATA::m_mtxT |
Mutex controlling detachment and termination.
| unsigned Falcon::SYSTH_DATA::nThreadID |
| pthread_t Falcon::SYSTH_DATA::pth |
1.5.8