Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ compare
Method
compare
Engine/source/platformSDL/threads/thread.cpp:153–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
bool ThreadManager::compare(dsize_t threadId_1, dsize_t threadId_2)
154
{
155
return (threadId_1 == threadId_2);
156
}
Callers
3
_setupTexture
Method · 0.45
_setupTarget
Method · 0.45
mapFrom
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected