MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / Unlock

Method Unlock

include/hx/Thread.h:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 ~TAutoLock() { mMutex.Unlock(); }
153 void Lock() { mMutex.Lock(); }
154 void Unlock() { mMutex.Unlock(); }
155
156 LOCKABLE &mMutex;
157};

Callers

nothing calls this directly

Calls 1

UnlockMethod · 0.45

Tested by

no test coverage detected