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

Method WaitFor

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

Source from the content-addressed store, hash-verified

285}
286
287bool ThreadPoolToken::WaitFor(const MonoDelta& delta) {
288 return WaitUntil(MonoTime::Now() + delta);
289}
290
291void ThreadPoolToken::Transition(State new_state) {
292#ifndef NDEBUG

Callers 15

RenewThreadMethod · 0.45
RunGCThreadMethod · 0.45
JoinMethod · 0.45
DumperThreadMethod · 0.45
RunDescriptorExpiryMethod · 0.45
UpdateJWKSThreadMethod · 0.45
TEST_PFunction · 0.45
RunThreadMethod · 0.45
SleeperThreadFunction · 0.45
RunSchedulerThreadMethod · 0.45
ProducerThreadMethod · 0.45
ConsumerThreadMethod · 0.45

Calls

no outgoing calls

Tested by 10

DumperThreadMethod · 0.36
TEST_PFunction · 0.36
SleeperThreadFunction · 0.36
ProducerThreadMethod · 0.36
ConsumerThreadMethod · 0.36
CheckThreadMethod · 0.36
TESTFunction · 0.36
MonitorUpdateCatalogdMethod · 0.36