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

Method Join

be/src/util/thread-pool.h:135–137  ·  view source on GitHub ↗

Blocks until all threads are finished. Shutdown does not need to have been called, since it may be called on a separate thread.

Source from the content-addressed store, hash-verified

133 /// Blocks until all threads are finished. Shutdown does not need to have been called,
134 /// since it may be called on a separate thread.
135 void Join() {
136 threads_.JoinAll();
137 }
138
139 uint32_t GetQueueSize() const {
140 return work_queue_.Size();

Callers

nothing calls this directly

Calls 1

JoinAllMethod · 0.80

Tested by

no test coverage detected