ThreadMgr::GetWorkerThreadCount
Defined in:
Returns the total number of worker threads.
C4Threads.h
Prototype
int32 GetWorkerThreadCount(void) const;
Description
The GetWorkerThreadCount
function returns the total number of worker threads in use by the Thread Manager. This number does not change while the engine is running.The index of the thread on which a particular job is running can be determined by calling the
Job::GetThreadIndex
function.
See Also