Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
inline ThreadPool::WorkerThread* ThreadPool::WorkerThread::getNext()
228
{
229
return mNext;
230
}
231
232
void ThreadPool::WorkerThread::run( void* arg )
233
{
Callers
6
ThreadSafePriorityQueue
Method · 0.45
isEmpty
Method · 0.45
insert
Method · 0.45
readNext
Method · 0.45
helpDelete
Method · 0.45
shutdown
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected