MCPcopy 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
44void 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
51size_t ThreadGroup::Size() const
52{

Callers 1

~ThreadGroupMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected