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

Method CreateThread

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

Source from the content-addressed store, hash-verified

844}
845
846Status ThreadPool::CreateThread() {
847 return kudu::Thread::Create("thread pool", strings::Substitute("$0 [worker]", name_),
848 [this]() { this->DispatchThread(); }, nullptr);
849}
850
851void ThreadPool::CheckNotPoolThreadUnlocked() {
852 Thread* current = Thread::current_thread();

Callers

nothing calls this directly

Calls 3

DispatchThreadMethod · 0.95
CreateClass · 0.85
SubstituteFunction · 0.85

Tested by

no test coverage detected