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

Method Unlock

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

Source from the content-addressed store, hash-verified

58 ~HxMutex() { if (mValid) DeleteCriticalSection(&mCritSec); }
59 void Lock() { EnterCriticalSection(&mCritSec); }
60 void Unlock() { LeaveCriticalSection(&mCritSec); }
61 bool TryLock() { return TryEnterCriticalSection(&mCritSec); }
62 bool IsValid() { return mValid; }
63 void Clean()

Callers 5

PopFrontMethod · 0.45
WaitMethod · 0.45
HXTAllocationMethod · 0.45
~TAutoLockMethod · 0.45
UnlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected