MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / compare

Method compare

Engine/source/platformSDL/threads/thread.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152bool ThreadManager::compare(U32 threadId_1, U32 threadId_2)
153{
154 return (threadId_1 == threadId_2);
155}

Callers 3

_setupTextureMethod · 0.45
_setupTargetMethod · 0.45
mapFromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected