MCPcopy 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

OfferUpdateMethod · 0.80
KrpcDataStreamMgrMethod · 0.80
CompleteWriteMethod · 0.80
ProcessCancelQueriesMethod · 0.80
TESTFunction · 0.80

Calls 1

SizeMethod · 0.45

Tested by 2

OfferUpdateMethod · 0.64
TESTFunction · 0.64