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

Method checkForExitPreview

Engine/Node.cpp:1352–1366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350}
1351
1352bool
1353Node::Implementation::checkForExitPreview()
1354{
1355 {
1356 QMutexLocker locker(&mustQuitPreviewMutex);
1357 if (mustQuitPreview || previewThreadQuit) {
1358 mustQuitPreview = 0;
1359 mustQuitPreviewCond.wakeOne();
1360
1361 return true;
1362 }
1363
1364 return false;
1365 }
1366}
1367
1368bool
1369Node::areAllProcessingThreadsQuit() const

Callers 1

Node.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected