Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ compare
Method
compare
Engine/source/platformWin32/threads/thread.cpp:205–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
bool ThreadManager::compare(dsize_t threadId_1, dsize_t threadId_2)
206
{
207
return (threadId_1 == threadId_2);
208
}
Callers
4
verifyCompatibility
Method · 0.45
mapFrom
Method · 0.45
create
Method · 0.45
_queryPropertyDxDiag
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected