Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ IsRunning
Method
IsRunning
be/src/kudu/util/pstack_watcher.cc:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
bool PstackWatcher::IsRunning() const {
74
MutexLock guard(lock_);
75
return running_;
76
}
77
78
void PstackWatcher::Wait() const {
79
MutexLock lock(lock_);
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64