Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ ~ProcessMonitor
Method
~ProcessMonitor
DebugView++Lib/ProcessMonitor.cpp:30–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
ProcessMonitor::~ProcessMonitor()
31
{
32
m_q.Push([this] { m_end = true; });
33
Win32::SetEvent(m_event);
34
m_thread.join();
35
}
36
37
void ProcessMonitor::Add(DWORD pid, HANDLE handle)
38
{
Callers
nothing calls this directly
Calls
3
SetEvent
Function · 0.85
Push
Method · 0.80
join
Method · 0.80
Tested by
no test coverage detected