MCPcopy Create free account
hub / github.com/defold/defold / TryLock

Function TryLock

engine/dlib/src/dlib/mutex_web.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 bool TryLock(HMutex mutex)
47 {
48 return true;
49 }
50
51 void Unlock(HMutex mutex)
52 {

Callers 3

TESTFunction · 0.50
CustomLogListenerFunction · 0.50
ScriptSysGameSysUpdateFunction · 0.50

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.40
CustomLogListenerFunction · 0.40