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

Method Join

trinity/Tr2RenderContext.cpp:235–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void Tr2RenderContext::Join( Tr2RenderContext* context )
236{
237 CcpAutoMutex lock( m_parallelContextMutex );
238 Tr2RenderContextPtr ctx;
239 ctx.Attach( context );
240 m_parallelContextsPool.push_back( ctx );
241 m_parallelContextSemaphore.Signal();
242}
243
244void Tr2RenderContext::EndParallelEncoding()
245{

Callers 1

RenderSortedBatchesMethod · 0.45

Calls 1

AttachMethod · 0.45

Tested by

no test coverage detected