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

Method scheduleForRemoval

Engine/OutputSchedulerThread.cpp:2101–2108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2099}
2100
2101void
2102RenderThreadTask::scheduleForRemoval()
2103{
2104 QMutexLocker l(&_imp->mustQuitMutex);
2105
2106 assert(!_imp->mustQuit);
2107 _imp->mustQuit = true;
2108}
2109
2110bool
2111RenderThreadTask::mustQuit() const

Callers 1

stopRenderThreadsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected