MCPcopy Create free account
hub / github.com/carbonengine/trinity / Join

Method Join

shadercompiler/WorkQueue.h:48–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 void Join()
49 {
50 for( unsigned i = 0; i < m_workerThreads.size(); ++i )
51 {
52 PutPtr( nullptr );
53 }
54 for( auto& thread : m_workerThreads )
55 {
56 thread.join();
57 }
58 m_workerThreads.clear();
59 }
60
61private:
62 void PutPtr( T* item )

Callers 2

PrintOutOfDateFilesFunction · 0.45
mainFunction · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected