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

Method mustQuit

Engine/OutputSchedulerThread.cpp:2110–2116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2108}
2109
2110bool
2111RenderThreadTask::mustQuit() const
2112{
2113 QMutexLocker l(&_imp->mustQuitMutex);
2114
2115 return _imp->mustQuit;
2116}
2117
2118void
2119RenderThreadTask::notifyIsRunning(bool running)

Callers 2

pickFrameToRenderMethod · 0.80
stopRenderThreadsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected