MCPcopy 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
196Status ThreadPoolToken::Submit(std::function<void()> f) {
197 return pool_->DoSubmit(std::move(f), this);
198}
199
200void ThreadPoolToken::Shutdown() {
201 MutexLock unique_lock(pool_->lock_);

Callers 9

TEST_FFunction · 0.45
TEST_PFunction · 0.45
RunSchedulerThreadMethod · 0.45
TESTFunction · 0.45
RunLoopMethod · 0.45
TESTFunction · 0.45
ResolveAddressesAsyncMethod · 0.45
RefreshAddressesAsyncMethod · 0.45

Calls 3

moveFunction · 0.85
DoSubmitMethod · 0.80
getMethod · 0.65

Tested by 4

TEST_FFunction · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36