Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Unlock
Method · 0.45
Tested by
no test coverage detected