MCPcopy 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
205bool ThreadManager::compare(dsize_t threadId_1, dsize_t threadId_2)
206{
207 return (threadId_1 == threadId_2);
208}

Callers 4

verifyCompatibilityMethod · 0.45
mapFromMethod · 0.45
createMethod · 0.45
_queryPropertyDxDiagMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected