MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / acquire

Method acquire

engine/source/platformEmscripten/EmscriptenSemaphore.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46bool Semaphore::acquire( bool block, S32 timeoutMS )
47{
48 return true;
49}
50
51void Semaphore::release()
52{

Callers 3

startMethod · 0.45
joinMethod · 0.45
isAliveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected