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

Method waitForEngineToQuit_not_main_thread

Engine/OutputSchedulerThread.cpp:3165–3175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3163}
3164
3165void
3166RenderEngine::waitForEngineToQuit_not_main_thread()
3167{
3168 if (_imp->scheduler) {
3169 _imp->scheduler->waitForThreadToQuit_not_main_thread();
3170 }
3171
3172 if (_imp->currentFrameScheduler) {
3173 _imp->currentFrameScheduler->waitForThreadToQuit_not_main_thread();
3174 }
3175}
3176
3177void
3178RenderEngine::waitForEngineToQuit_main_thread(bool allowRestart)

Callers 1

handleBlockingTaskMethod · 0.80

Tested by

no test coverage detected