Home
last modified time | relevance | path

Searched refs:_halt (Results 1 – 25 of 45) sorted by relevance

12

/dports/net/py-socketio-client/socketIO_client-0.6.7/socketIO_client/
H A Dheartbeats.py21 self._halt = Event()
25 while not self._halt.is_set():
52 self._halt.set()
/dports/devel/p5-AI-Prolog/AI-Prolog-0.741/lib/AI/Prolog/
H A DEngine.pm45 $self->{_halt} = shift;
48 return $self->{_halt};
101 _halt => 0, # will stop the aiprolog shell
/dports/security/nyx/nyx-2.1.0/nyx/panel/
H A D__init__.py191 self._halt = False # terminates thread if true
204 while not self._halt:
208 while not self._halt and time.time() < sleep_until:
221 self._halt = True
H A Dconnection.py503 elif self._halt:
534 if self._halt:
/dports/security/nyx/nyx-2.1.0/nyx/
H A Dtracker.py381 self._halt = False # terminates thread if true
388 while not self._halt:
392 while not self._halt and time.time() < sleep_until:
467 self._halt = True
471 if not self._halt and event_type in (stem.control.State.INIT, stem.control.State.RESET):
634 if self._halt:
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Manager/
H A DManager.cpp94 _halt = false; in setNull()
862 _halt = true; in halt()
872 _halt = false; in clearHalt()
882 return _halt; in checkHalt()
H A DManager.h91 bool _halt; variable
/dports/devel/gdb761/gdb-7.6.1/sim/testsuite/sim/bfin/
H A Dgreg2.s17 _halt: label
H A Dbrcc.s153 _halt: label
H A Dpushpopreg_1.s291 _halt: label
/dports/emulators/gxemul/gxemul-0.6.3/src/include/thirdparty/
H A Ddec_prom.h150 void (*_halt) __P((int *v, int cnt)); /* 9c */
198 #define halt (*callv -> _halt)
/dports/lang/oo2c/oo2c_64-2.1.11/stage0/obj/
H A Doo2c.c82 _halt(1); in oo2c__GetModule()
1034 _halt(1); in OOC_oo2c_init()
1139 _halt(1); in OOC_oo2c_init()
1202 _halt(1); in OOC_oo2c_init()
1228 _halt(1); in OOC_oo2c_init()
1258 _halt(1); in OOC_oo2c_init()
1273 _halt(1); in OOC_oo2c_init()
1367 _halt(1); in OOC_oo2c_init()
1376 _halt(1); in OOC_oo2c_init()
1387 _halt(0); in OOC_oo2c_init()
[all …]
/dports/games/simutrans/simutrans-121.0/
H A Dsimhalt.h236 …connection_t(halthandle_t _halt, uint16 _weight=0) : halt(_halt), weight(_weight), is_transfer(fal… in halt()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/DSP/Jit/x64/
H A DDSPEmitter.cpp430 FixupBranch _halt = J_CC(CC_NE); in CompileDispatcher() local
446 SetJumpTarget(_halt); in CompileDispatcher()
/dports/lang/oo2c/oo2c_64-2.1.11/lib/src/
H A D__oo2c.h81 #define _halt(code) RT0__Halt(code); macro
/dports/net-mgmt/observium/observium/libs/flight/flight/
H A DEngine.php394 public function _halt($code = 200, $message = '') { function in flight\\Engine
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/
H A Dvm.go945 type _halt struct{} struct
947 var halt _halt
949 func (_halt) exec(vm *vm) { argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LIR.hpp1836 bool _halt; member in LIR_OpAssert
1841 , _halt(halt) in LIR_OpAssert()
1846 bool halt() const { return _halt; } in halt()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_LIR.hpp1832 bool _halt; member in LIR_OpAssert
1838 , _halt(halt) { in LIR_OpAssert()
1842 bool halt() const { return _halt; } in halt()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LIR.hpp1836 bool _halt; member in LIR_OpAssert
1841 , _halt(halt) in LIR_OpAssert()
1846 bool halt() const { return _halt; } in halt()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_LIR.hpp1836 bool _halt; member in LIR_OpAssert
1842 , _halt(halt) { in LIR_OpAssert()
1846 bool halt() const { return _halt; } in halt()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_LIR.hpp1833 bool _halt; member in LIR_OpAssert
1839 , _halt(halt) { in LIR_OpAssert()
1843 bool halt() const { return _halt; } in halt()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_LIR.hpp1833 bool _halt; member in LIR_OpAssert
1839 , _halt(halt) { in LIR_OpAssert()
1843 bool halt() const { return _halt; } in halt()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_LIR.hpp1821 bool _halt; member in LIR_OpAssert
1827 , _halt(halt) { in LIR_OpAssert()
1831 bool halt() const { return _halt; } in halt()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_LIR.hpp1832 bool _halt; member in LIR_OpAssert
1838 , _halt(halt) { in LIR_OpAssert()
1842 bool halt() const { return _halt; } in halt()

12