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

Method setNThreadsPerEffect

Engine/AppManager.cpp:2850–2856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2848}
2849
2850void
2851AppManager::setNThreadsPerEffect(int nThreadsPerEffect)
2852{
2853 QMutexLocker l(&_imp->nThreadsMutex);
2854
2855 _imp->nThreadsPerEffect = nThreadsPerEffect;
2856}
2857
2858void
2859AppManager::setUseThreadPool(bool useThreadPool)

Callers 2

restoreSettingsMethod · 0.80
onKnobValueChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected