![]() |
ezEngine Release 25.08
|
This is the complete list of members for ezThread, including all inherited members.
| Created enum value (defined in ezThread) | ezThread | |
| ezOSThread(ezOSThreadEntryPoint threadEntryPoint, void *pUserData=nullptr, ezStringView sName="ezOSThread", ezUInt32 uiStackSize=128 *1024) | ezOSThread | |
| ezThread(ezStringView sName="ezThread", ezUInt32 uiStackSize=128 *1024) | ezThread | |
| ezThreadStatus enum name | ezThread | |
| Finished enum value (defined in ezThread) | ezThread | |
| GetCurrentThread() | ezThread | static |
| GetThreadCount() | ezOSThread | inlinestatic |
| GetThreadID() const | ezOSThread | inline |
| GetThreadName() const | ezThread | inline |
| GetThreadStatus() const | ezThread | inline |
| IsRunning() const | ezThread | inline |
| Join() | ezOSThread | |
| m_EntryPoint (defined in ezOSThread) | ezOSThread | protected |
| m_hHandle (defined in ezOSThread) | ezOSThread | protected |
| m_pUserData (defined in ezOSThread) | ezOSThread | protected |
| m_ThreadID (defined in ezOSThread) | ezOSThread | protected |
| m_uiStackSize (defined in ezOSThread) | ezOSThread | protected |
| Run()=0 | ezThread | privatepure virtual |
| Running enum value (defined in ezThread) | ezThread | |
| RunThread (defined in ezThread) | ezThread | friend |
| s_ThreadEvents | ezThread | static |
| Start() | ezOSThread | |
| ~ezOSThread() | ezOSThread | virtual |
| ~ezThread() | ezThread | virtual |