MCPcopy Create free account
hub / github.com/apache/impala / PstackWatcher

Method PstackWatcher

be/src/kudu/util/pstack_watcher.cc:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49using strings::Substitute;
50
51PstackWatcher::PstackWatcher(MonoDelta timeout)
52 : timeout_(timeout), running_(true), cond_(&lock_) {
53 CHECK_OK(Thread::Create("pstack_watcher", "pstack_watcher",
54 [this]() { this->Run(); }, &thread_));
55}
56
57PstackWatcher::~PstackWatcher() {
58 Shutdown();

Callers

nothing calls this directly

Calls 2

RunMethod · 0.95
CreateClass · 0.85

Tested by

no test coverage detected