MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / wait

Method wait

src/ThreadPool.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void ThreadPool::wait(std::map<Thread*, bool>& thread_map)
61{
62 while (thread_map.size() > 0) {
63 checkOneThreadFinished(thread_map);
64 }
65}
66
67void* ThreadPool::wrapper(void* arg)
68{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected