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

Method quitEngine

Engine/OutputSchedulerThread.cpp:3139–3149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3137}
3138
3139void
3140RenderEngine::quitEngine(bool allowRestarts)
3141{
3142 if (_imp->scheduler) {
3143 _imp->scheduler->quitThread(allowRestarts);
3144 }
3145
3146 if (_imp->currentFrameScheduler) {
3147 _imp->currentFrameScheduler->quitThread(allowRestarts);
3148 }
3149}
3150
3151void
3152RenderEngine::waitForEngineToQuit_not_main_thread()

Calls 1

quitThreadMethod · 0.45

Tested by

no test coverage detected