Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ Unlock
Method
Unlock
KernelLibrary/Mutex.cpp:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
void Mutex::Unlock() {
13
KeReleaseMutex(&_mutex, FALSE);
14
}
Callers
1
~AutoLock
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected