MCPcopy 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
153bool ThreadManager::compare(dsize_t threadId_1, dsize_t threadId_2)
154{
155 return (threadId_1 == threadId_2);
156}

Callers 3

_setupTextureMethod · 0.45
_setupTargetMethod · 0.45
mapFromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected