Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ MutexLock
Method
MutexLock
Win32Lib/Win32Lib.cpp:332–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
330
}
331
332
MutexLock::MutexLock(HANDLE hMutex) :
333
m_hMutex(hMutex)
334
{
335
if (hMutex)
336
WaitForSingleObject(hMutex);
337
}
338
339
MutexLock::~MutexLock()
340
{
Callers
nothing calls this directly
Calls
1
WaitForSingleObject
Function · 0.85
Tested by
no test coverage detected