MCPcopy 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
62void Mutex::unlock()
63{
64 if(mData == NULL)
65 return;
66 SDL_UnlockMutex(mData->mutex);
67}

Callers 2

_updateScreenGeometryMethod · 0.45
postEffect.cppFile · 0.45

Calls 1

SDL_UnlockMutexFunction · 0.50

Tested by

no test coverage detected