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

Method quitEngine

Engine/OutputSchedulerThread.cpp:3153–3163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3151}
3152
3153void
3154RenderEngine::quitEngine(bool allowRestarts)
3155{
3156 if (_imp->scheduler) {
3157 _imp->scheduler->quitThread(allowRestarts);
3158 }
3159
3160 if (_imp->currentFrameScheduler) {
3161 _imp->currentFrameScheduler->quitThread(allowRestarts);
3162 }
3163}
3164
3165void
3166RenderEngine::waitForEngineToQuit_not_main_thread()

Calls 1

quitThreadMethod · 0.45

Tested by

no test coverage detected