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

Method waitForEngineToQuit_enforce_blocking

Engine/OutputSchedulerThread.cpp:3173–3183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3171}
3172
3173void
3174RenderEngine::waitForEngineToQuit_enforce_blocking()
3175{
3176 if (_imp->scheduler) {
3177 _imp->scheduler->waitForThreadToQuit_enforce_blocking();
3178 }
3179
3180 if (_imp->currentFrameScheduler) {
3181 _imp->currentFrameScheduler->waitForThreadToQuit_enforce_blocking();
3182 }
3183}
3184
3185bool
3186RenderEngine::abortRenderingInternal(bool keepOldestRender)

Callers 1

Tested by

no test coverage detected