MCPcopy 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
332MutexLock::MutexLock(HANDLE hMutex) :
333 m_hMutex(hMutex)
334{
335 if (hMutex)
336 WaitForSingleObject(hMutex);
337}
338
339MutexLock::~MutexLock()
340{

Callers

nothing calls this directly

Calls 1

WaitForSingleObjectFunction · 0.85

Tested by

no test coverage detected