| 76 | } |
| 77 | |
| 78 | KernelStackWatchdog::~KernelStackWatchdog() { |
| 79 | finish_.CountDown(); |
| 80 | CHECK_OK(ThreadJoiner(thread_.get()).Join()); |
| 81 | } |
| 82 | |
| 83 | void KernelStackWatchdog::SaveLogsForTests(bool save_logs) { |
| 84 | lock_guard<simple_spinlock> l(log_lock_); |
nothing calls this directly
no test coverage detected