ThreadPool::WorkerThread
Engine/source/platform/threads/threadPool.cpp
Private Attributes
Public Functions
WorkerThread(ThreadPool * pool, U32 index)
getNext()
Detailed Description
Private Attributes
U32 mIndex
WorkerThread * mNext
ThreadPool * mPool
Public Functions
WorkerThread(ThreadPool * pool, U32 index)
getNext()
run(void * arg)
Reimplemented from: Thread