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

Method checkForExit

Engine/FileSystemModel.cpp:1405–1417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1403 }
1404
1405 bool checkForExit()
1406 {
1407 QMutexLocker l(&mustQuitMutex);
1408
1409 if (mustQuit) {
1410 mustQuit = false;
1411 mustQuitCond.wakeOne();
1412
1413 return true;
1414 }
1415
1416 return false;
1417 }
1418
1419 bool checkForAbort()
1420 {

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected