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

Method notifyIsRunning

Engine/OutputSchedulerThread.cpp:2118–2130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2116}
2117
2118void
2119RenderThreadTask::notifyIsRunning(bool running)
2120{
2121 {
2122 QMutexLocker l(&_imp->runningMutex);
2123 if (_imp->running == running) {
2124 return;
2125 }
2126 _imp->running = running;
2127 }
2128
2129 appPTR->fetchAndAddNRunningThreads(running ? 1 : -1);
2130}
2131
2132#endif
2133

Callers 1

pickFrameToRenderMethod · 0.80

Calls 1

Tested by

no test coverage detected