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

Method waitForEngineToQuit_not_main_thread

Engine/OutputSchedulerThread.cpp:3151–3161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3149}
3150
3151void
3152RenderEngine::waitForEngineToQuit_not_main_thread()
3153{
3154 if (_imp->scheduler) {
3155 _imp->scheduler->waitForThreadToQuit_not_main_thread();
3156 }
3157
3158 if (_imp->currentFrameScheduler) {
3159 _imp->currentFrameScheduler->waitForThreadToQuit_not_main_thread();
3160 }
3161}
3162
3163void
3164RenderEngine::waitForEngineToQuit_main_thread(bool allowRestart)

Callers 1

handleBlockingTaskMethod · 0.80

Tested by

no test coverage detected