Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
405
void ThreadGroup::JoinAll() {
406
for (auto& thread : threads_) thread->Join();
407
}
408
409
int ThreadGroup::Size() const {
410
return threads_.size();
Callers
4
Close
Method · 0.80
~TmpFileMgr
Method · 0.80
~DiskIoMgr
Method · 0.80
Join
Method · 0.80
Calls
1
Join
Method · 0.45
Tested by
no test coverage detected