MCPcopy 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
73bool PstackWatcher::IsRunning() const {
74 MutexLock guard(lock_);
75 return running_;
76}
77
78void PstackWatcher::Wait() const {
79 MutexLock lock(lock_);

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64