| 4378 | bool loaded() const { return true; } |
| 4379 | |
| 4380 | ~SignalHandling() |
| 4381 | { |
| 4382 | { |
| 4383 | std::unique_lock<std::mutex> lk(mtx()); |
| 4384 | crashed() = crash_status::normal_exit; |
| 4385 | } |
| 4386 | |
| 4387 | cv().notify_one(); |
| 4388 | |
| 4389 | reporter_thread_.join(); |
| 4390 | } |
| 4391 | |
| 4392 | private: |
| 4393 | static CONTEXT* ctx() |
nothing calls this directly
no outgoing calls
no test coverage detected