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

Method Wait

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

Source from the content-addressed store, hash-verified

76}
77
78void PstackWatcher::Wait() const {
79 MutexLock lock(lock_);
80 while (running_) {
81 cond_.Wait();
82 }
83}
84
85void PstackWatcher::Run() {
86 MutexLock guard(lock_);

Callers 2

HasProgramMethod · 0.45
RunStackDumpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected