MCPcopy 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
30ProcessMonitor::~ProcessMonitor()
31{
32 m_q.Push([this] { m_end = true; });
33 Win32::SetEvent(m_event);
34 m_thread.join();
35}
36
37void ProcessMonitor::Add(DWORD pid, HANDLE handle)
38{

Callers

nothing calls this directly

Calls 3

SetEventFunction · 0.85
PushMethod · 0.80
joinMethod · 0.80

Tested by

no test coverage detected