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

Method notifyFinished

Engine/BlockingBackgroundRender.cpp:74–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void
75BlockingBackgroundRender::notifyFinished()
76{
77 QMutexLocker locker(&_runningMutex);
78
79 assert(_running == true);
80 _running = false;
81 _runningCond.wakeOne();
82}
83
84NATRON_NAMESPACE_EXIT

Callers 1

notifyRenderFinishedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected