Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
Status SchedulerThread::Start() {
128
return Thread::Create(
129
thread_pool_name_,
"scheduler"
, [this]() { this->RunLoop(); }, &thread_);
130
}
131
132
Status SchedulerThread::Shutdown() {
133
if (thread_) {
Callers
1
Init
Method · 0.45
Calls
2
RunLoop
Method · 0.95
Create
Class · 0.85
Tested by
no test coverage detected