MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getCurrentRenderThreadSafety

Method getCurrentRenderThreadSafety

Engine/Node.cpp:273–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273RenderSafetyEnum
274Node::getCurrentRenderThreadSafety() const
275{
276 if ( !isMultiThreadingSupportEnabledForPlugin() ) {
277 return eRenderSafetyInstanceSafe;
278 }
279 QMutexLocker k(&_imp->pluginsPropMutex);
280
281 return _imp->currentThreadSafety;
282}
283
284void
285Node::revertToPluginThreadSafety()

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected