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

Method Notify

be/src/runtime/thread-resource-mgr-test.cc:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 void Notify(ThreadResourcePool* consumer) {
35 ASSERT_TRUE(consumer != NULL);
36 ASSERT_LT(consumer->num_threads(), consumer->quota());
37 ++counter_;
38 }
39
40 int counter() const { return counter_; }
41

Callers 11

TEST_PFunction · 0.45
ExecCompleteCbMethod · 0.45
ExecAsyncMethod · 0.45
DonePreparingMethod · 0.45
DoneExecutingMethod · 0.45
FinishBackendStartupMethod · 0.45
CancelBackendsMethod · 0.45
ErrorDuringPrepareMethod · 0.45
ThreadFnMethod · 0.45

Calls 2

quotaMethod · 0.80
num_threadsMethod · 0.45

Tested by

no test coverage detected