Torque3D Documentation / _generateds / ThreadPool::WorkerThread

ThreadPool::WorkerThread

Engine/source/platform/threads/threadPool.cpp

More...

Private Attributes

Public Functions

WorkerThread(ThreadPool * pool, U32 index)
run(void * arg)

Run the Thread's entry point function.

Detailed Description

Private Attributes

U32 mIndex 
WorkerThread * mNext 
ThreadPool * mPool 

Public Functions

WorkerThread(ThreadPool * pool, U32 index)

getNext()

run(void * arg)

Reimplemented from: Thread