MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getNext

Method getNext

Engine/source/platform/threads/threadPool.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227inline ThreadPool::WorkerThread* ThreadPool::WorkerThread::getNext()
228{
229 return mNext;
230}
231
232void ThreadPool::WorkerThread::run( void* arg )
233{

Callers 6

isEmptyMethod · 0.45
insertMethod · 0.45
readNextMethod · 0.45
helpDeleteMethod · 0.45
shutdownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected