Home
last modified time | relevance | path

Searched refs:canExit (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/
H A Dthread-test.c++48 const std::atomic<bool>* canExit; member
50 Functor(std::atomic<bool>* destroyed, const std::atomic<bool>* canExit) in Functor()
51 : destroyed(destroyed), canExit(canExit) {} in Functor()
57 Functor(Functor&& other): destroyed(other.destroyed), canExit(other.canExit) { in Functor()
63 while (!*canExit) delay(); in operator ()()
68 std::atomic<bool> canExit(false);
69 Functor f(&destroyed, &canExit);
83 canExit = true;
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/
H A Dthread-test.c++48 const std::atomic<bool>* canExit; member
50 Functor(std::atomic<bool>* destroyed, const std::atomic<bool>* canExit) in Functor()
51 : destroyed(destroyed), canExit(canExit) {} in Functor()
57 Functor(Functor&& other): destroyed(other.destroyed), canExit(other.canExit) { in Functor()
63 while (!*canExit) delay(); in operator ()()
68 std::atomic<bool> canExit(false);
69 Functor f(&destroyed, &canExit);
83 canExit = true;
/dports/java/bouncycastle15/crypto-169/tls/src/test/java/org/bouncycastle/tls/test/
H A DTlsTestCase.java230 boolean canExit = false; field in TlsTestCase.ServerThread
241 canExit = true; in allowExit()
272 while (!canExit) in waitExit()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/libs/kimath/src/geometry/
H A Dshape_collisions.cpp986 auto canExit = in collideShapes() local
1043 if( canExit() ) in collideShapes()
1048 if( canExit() ) in collideShapes()
1062 if( canExit() ) in collideShapes()
1077 if( canExit() ) in collideShapes()
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dbackout.py150 if self.currentPage().canExit():
194 def canExit(self): member in BasePage
290 def canExit(self): member in SummaryPage
H A Dmerge.py121 if self.currentPage().canExit():
157 def canExit(self): member in BasePage
298 def canExit(self): member in SummaryPage
H A Dlocktool.py266 def canExit(self): member in LockDialog
H A Dquickop.py272 elif not self.stwidget.canExit():
H A Dqtlib.py1336 def canExit(self): member in TaskWidget
1381 def canExit(self): member in DemandWidget
1384 return self._widget.canExit()
H A Dcommit.py971 def canExit(self): member in CommitWidget
973 if not self.stwidget.canExit():
1685 if self.commit.canExit():
1693 exit = self.commit.canExit()
H A Dstatus.py462 def canExit(self): member in StatusWidget
1273 if not self.stwidget.canExit():
1279 if not self.stwidget.canExit():
H A Dgrep.py306 def canExit(self): member in SearchWidget
864 if not self._searchwidget.canExit():
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/
H A Dgame.c694 const bool canExit = complete && (!MapHasExits(&gMap) || exitIndex >= 0); in CheckMissionCompletion() local
695 if (mo->state == MISSION_STATE_PLAY && canExit) in CheckMissionCompletion()
700 if (mo->state == MISSION_STATE_PICKUP && !canExit) in CheckMissionCompletion()
/dports/emulators/stella/stella-6.6/src/debugger/
H A DDebugger.hxx282 bool canExit() const;
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/kfontinst/dbus/
H A DFontInst.cpp518 bool canExit(true); in connectionsTimeout() local
525 canExit = false; in connectionsTimeout()
531 if (canExit) { in connectionsTimeout()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLocalVariableTypesCalculator.java1042 boolean canExit = false; in enterTryNode()
1045 canExit = true; in enterTryNode()
1077 canExit = true; in enterTryNode()
1086 if(canExit) { in enterTryNode()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLocalVariableTypesCalculator.java1042 boolean canExit = false; in enterTryNode()
1045 canExit = true; in enterTryNode()
1077 canExit = true; in enterTryNode()
1086 if(canExit) { in enterTryNode()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLocalVariableTypesCalculator.java1042 boolean canExit = false; in enterTryNode()
1045 canExit = true; in enterTryNode()
1077 canExit = true; in enterTryNode()
1086 if(canExit) { in enterTryNode()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLocalVariableTypesCalculator.java1042 boolean canExit = false; in enterTryNode()
1045 canExit = true; in enterTryNode()
1077 canExit = true; in enterTryNode()
1086 if(canExit) { in enterTryNode()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLocalVariableTypesCalculator.java1042 boolean canExit = false; in enterTryNode()
1045 canExit = true; in enterTryNode()
1077 canExit = true; in enterTryNode()
1086 if(canExit) { in enterTryNode()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/codegen/
H A DLocalVariableTypesCalculator.java1036 boolean canExit = false; in enterTryNode()
1039 canExit = true; in enterTryNode()
1071 canExit = true; in enterTryNode()
1080 if(canExit) { in enterTryNode()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/codegen/
H A DLocalVariableTypesCalculator.java1036 boolean canExit = false; in enterTryNode()
1039 canExit = true; in enterTryNode()
1071 canExit = true; in enterTryNode()
1080 if(canExit) { in enterTryNode()
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Synchronizer/
H A Dsynchronizer.cpp1395 bool canExit = false; in synchronizeWithKGet() local
1403 canExit = (t.elapsed() > 100); in synchronizeWithKGet()
1405 if (progDlg->isPaused() || !canExit) in synchronizeWithKGet()
1408 } while (progDlg->isPaused() || !canExit); in synchronizeWithKGet()
/dports/games/iortcw/iortcw-1.51c/SP/code/game/
H A Dg_main.c1117 int canExit = 0; in G_SendMissionStats() local
1150 canExit = 1; in G_SendMissionStats()
1166 return canExit; in G_SendMissionStats()
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DSession.cpp267 bool canExit = true; in Session_PromptKey_f() local
274 canExit = false; in Session_PromptKey_f()
277 if ( canExit ) { in Session_PromptKey_f()

12