Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
bool Semaphore::acquire( bool block, S32 timeoutMS )
47
{
48
return true;
49
}
50
51
void Semaphore::release()
52
{
Callers
3
start
Method · 0.45
join
Method · 0.45
isAlive
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected