|
uLib
User mode C/C++ extended API library for Win32 programmers.
|
This is the complete list of members for uLib::Thread, including all inherited members.
| _Flags | uLib::Thread | protected |
| _SecAttr | uLib::Thread | protected |
| _StkSize | uLib::Thread | protected |
| _ThreadFunc | uLib::Thread | protected |
| DelayDeath(bool enable) | uLib::Thread | |
| Execute() | uLib::Thread | inlineprotectedvirtual |
| hThread | uLib::Thread | |
| idThread | uLib::Thread | |
| Kill() | uLib::Thread | |
| Pause(bool pause) | uLib::Thread | |
| SetThreadProc(PTHREAD_START_ROUTINE pFunc) | uLib::Thread | |
| Start() | uLib::Thread | |
| Stop(DWORD msWait, bool mayNuke=false) | uLib::Thread | |
| Thread(PTHREAD_START_ROUTINE pFunc, SIZE_T StackSize=0, DWORD Flags=0, PSECURITY_ATTRIBUTES pSec=NULL) | uLib::Thread | |
| UserData | uLib::Thread | |
| ~Thread() | uLib::Thread | virtual |