Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ unlock
Method
unlock
Engine/source/platformSDL/threads/mutex.cpp:62–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void Mutex::unlock()
63
{
64
if(mData == NULL)
65
return;
66
SDL_UnlockMutex(mData->mutex);
67
}
Callers
2
_updateScreenGeometry
Method · 0.45
postEffect.cpp
File · 0.45
Calls
1
SDL_UnlockMutex
Function · 0.50
Tested by
no test coverage detected