TrinityCore
|
This is the complete list of members for G3D::GThread, including all inherited members.
completed() const | G3D::GThread | |
create(const std::string &name, void(*proc)(void *), void *param=NULL) | G3D::GThread | static |
GStatus enum name | G3D::GThread | private |
GThread(const GThread &) | G3D::GThread | private |
GThread(const std::string &name) | G3D::GThread | |
internalThreadProc(void *param) | G3D::GThread | privatestatic |
m_handle | G3D::GThread | private |
m_name | G3D::GThread | private |
m_status | G3D::GThread | private |
name() | G3D::GThread | inline |
NUM_CORES enum value | G3D::GThread | |
numCores() | G3D::GThread | static |
operator=(const GThread &) | G3D::GThread | private |
operator==(const GThread &) | G3D::GThread | private |
Ref typedef | G3D::GThread | |
runConcurrently2D(const Vector2int32 &start, const Vector2int32 &upTo, Class *object, void(Class::*method)(int x, int y), int maxThreads=NUM_CORES) | G3D::GThread | inlinestatic |
runConcurrently2D(const Vector2int32 &start, const Vector2int32 &upTo, Class *object, void(Class::*method)(int x, int y, int threadID), int maxThreads=NUM_CORES) | G3D::GThread | inlinestatic |
running() const | G3D::GThread | |
start(SpawnBehavior behavior=USE_NEW_THREAD) | G3D::GThread | |
started() const | G3D::GThread | |
STATUS_COMPLETED enum value | G3D::GThread | private |
STATUS_CREATED enum value | G3D::GThread | private |
STATUS_RUNNING enum value | G3D::GThread | private |
STATUS_STARTED enum value | G3D::GThread | private |
terminate() | G3D::GThread | |
threadMain()=0 | G3D::GThread | protectedpure virtual |
USE_CURRENT_THREAD | G3D::GThread | static |
USE_NEW_THREAD | G3D::GThread | static |
waitForCompletion() | G3D::GThread | |
~GThread() | G3D::GThread | virtual |
~ReferenceCountedObject() | G3D::ReferenceCountedObject | inlinevirtual |