Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ Join
Method
Join
system/threading/thread_group.cpp:44–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void ThreadGroup::Join()
45
{
46
// TODO(chen3feng): using pthread_barrier
47
for (size_t i = 0; i < m_threads.size(); ++i)
48
m_threads[i]->Join();
49
}
50
51
size_t ThreadGroup::Size() const
52
{
Callers
1
~ThreadGroup
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected