| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected