Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
void PstackWatcher::Wait() const {
79
MutexLock lock(lock_);
80
while (running_) {
81
cond_.Wait();
82
}
83
}
84
85
void PstackWatcher::Run() {
86
MutexLock guard(lock_);
Callers
2
HasProgram
Method · 0.45
RunStackDump
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected