MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / Exit

Method Exit

src/render_panel/gr_system_monitor.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 void GrSystemMonitor::Exit() {
125 exit_ = true;
126 if (monitor_thread_->IsJoinable()) {
127 monitor_thread_->Join();
128 }
129 }
130
131 bool GrSystemMonitor::CheckViGEmDriver() {
132 DWORD major = 0, minor = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected