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

Method setNThreadsToRender

Engine/AppManager.cpp:2832–2838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2830}
2831
2832void
2833AppManager::setNThreadsToRender(int nThreads)
2834{
2835 QMutexLocker l(&_imp->nThreadsMutex);
2836
2837 _imp->nThreadsToRender = nThreads;
2838}
2839
2840void
2841AppManager::getNThreadsSettings(int* nThreadsToRender,

Callers 2

restoreSettingsMethod · 0.80
onKnobValueChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected