Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ GetQueueSize
Method
GetQueueSize
be/src/util/thread-pool.h:139–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
uint32_t GetQueueSize() const {
140
return work_queue_.Size();
141
}
142
143
/// Blocks until the work queue is empty, and then calls Shutdown to stop the worker
144
/// threads and Join to wait until they are finished.
Callers
6
OfferUpdate
Method · 0.80
CancelQueriesOnFailedBackends
Method · 0.80
KrpcDataStreamMgr
Method · 0.80
CompleteWrite
Method · 0.80
ProcessCancelQueries
Method · 0.80
TEST
Function · 0.80
Calls
1
Size
Method · 0.45
Tested by
2
OfferUpdate
Method · 0.64
TEST
Function · 0.64