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

Method JoinAll

be/src/util/thread.cc:405–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405void ThreadGroup::JoinAll() {
406 for (auto& thread : threads_) thread->Join();
407}
408
409int ThreadGroup::Size() const {
410 return threads_.size();

Callers 4

CloseMethod · 0.80
~TmpFileMgrMethod · 0.80
~DiskIoMgrMethod · 0.80
JoinMethod · 0.80

Calls 1

JoinMethod · 0.45

Tested by

no test coverage detected