MCPcopy Create free account
hub / github.com/apache/impala / ~KernelStackWatchdog

Method ~KernelStackWatchdog

be/src/kudu/util/kernel_stack_watchdog.cc:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78KernelStackWatchdog::~KernelStackWatchdog() {
79 finish_.CountDown();
80 CHECK_OK(ThreadJoiner(thread_.get()).Join());
81}
82
83void KernelStackWatchdog::SaveLogsForTests(bool save_logs) {
84 lock_guard<simple_spinlock> l(log_lock_);

Callers

nothing calls this directly

Calls 4

ThreadJoinerClass · 0.85
CountDownMethod · 0.80
getMethod · 0.65
JoinMethod · 0.45

Tested by

no test coverage detected