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

Method waitForEngineToQuit_enforce_blocking

Engine/OutputSchedulerThread.cpp:3187–3197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3185}
3186
3187void
3188RenderEngine::waitForEngineToQuit_enforce_blocking()
3189{
3190 if (_imp->scheduler) {
3191 _imp->scheduler->waitForThreadToQuit_enforce_blocking();
3192 }
3193
3194 if (_imp->currentFrameScheduler) {
3195 _imp->currentFrameScheduler->waitForThreadToQuit_enforce_blocking();
3196 }
3197}
3198
3199bool
3200RenderEngine::abortRenderingInternal(bool keepOldestRender)

Callers 1

Tested by

no test coverage detected