Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ Submit
Method
Submit
be/src/kudu/util/threadpool.cc:196–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
Status ThreadPoolToken::Submit(std::function<void()> f) {
197
return pool_->DoSubmit(std::move(f), this);
198
}
199
200
void ThreadPoolToken::Shutdown() {
201
MutexLock unique_lock(pool_->lock_);
Callers
9
StartConnectionNegotiation
Method · 0.45
TEST_F
Function · 0.45
TEST_P
Function · 0.45
RunSchedulerThread
Method · 0.45
TEST
Function · 0.45
RunLoop
Method · 0.45
TEST
Function · 0.45
ResolveAddressesAsync
Method · 0.45
RefreshAddressesAsync
Method · 0.45
Calls
3
move
Function · 0.85
DoSubmit
Method · 0.80
get
Method · 0.65
Tested by
4
TEST_F
Function · 0.36
TEST_P
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36