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

Method checkForAbort

Engine/FileSystemModel.cpp:1419–1431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1417 }
1418
1419 bool checkForAbort()
1420 {
1421 QMutexLocker k(&abortRequestsMutex);
1422
1423 if (abortRequests > 0) {
1424 abortRequests = 0;
1425 abortRequestsCond.wakeOne();
1426
1427 return true;
1428 }
1429
1430 return false;
1431 }
1432
1433 FileSystemModelPtr getModel() const
1434 {

Callers 2

runMethod · 0.80
gatheringKernelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected