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

Method ReadThreadsRunning

be/src/kudu/util/thread.cc:207–209  ·  view source on GitHub ↗

Metric callback for number of threads running. Also used for error messages.

Source from the content-addressed store, hash-verified

205
206 // Metric callback for number of threads running. Also used for error messages.
207 uint64_t ReadThreadsRunning() const {
208 return threads_running_metric_;
209 }
210
211 private:
212 // Container class for any details we want to capture about a thread

Callers 2

StartInstrumentationMethod · 0.95
StartThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected