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

Method Start

be/src/kudu/util/threadpool.cc:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127Status SchedulerThread::Start() {
128 return Thread::Create(
129 thread_pool_name_, "scheduler", [this]() { this->RunLoop(); }, &thread_);
130}
131
132Status SchedulerThread::Shutdown() {
133 if (thread_) {

Callers 1

InitMethod · 0.45

Calls 2

RunLoopMethod · 0.95
CreateClass · 0.85

Tested by

no test coverage detected