MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Add

Method Add

DebugView++Lib/ProcessMonitor.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void ProcessMonitor::Add(DWORD pid, HANDLE handle)
38{
39 m_q.Push([this, pid, handle]
40 {
41 m_processes.push_back(ProcessMonitor::ProcessInfo(pid, handle));
42 });
43 Win32::SetEvent(m_event);
44}
45
46boost::signals2::connection ProcessMonitor::ConnectProcessEnded(ProcessEnded::slot_type slot)
47{

Callers

nothing calls this directly

Calls 3

SetEventFunction · 0.85
PushMethod · 0.80
ProcessInfoClass · 0.50

Tested by

no test coverage detected