Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_P
Function · 0.45
ExecCompleteCb
Method · 0.45
ExecAsync
Method · 0.45
DonePreparing
Method · 0.45
DoneExecuting
Method · 0.45
FinishBackendStartup
Method · 0.45
CancelBackends
Method · 0.45
UpdateBackendExecStatus
Method · 0.45
ReleaseQueryAdmissionControlResources
Method · 0.45
ErrorDuringPrepare
Method · 0.45
ThreadFn
Method · 0.45
Calls
2
quota
Method · 0.80
num_threads
Method · 0.45
Tested by
no test coverage detected