Home
last modified time | relevance | path

Searched refs:_terminate (Results 1 – 25 of 226) sorted by relevance

12345678910

/dports/security/py-python-openid/python-openid-2.2.5/openid/yadis/
H A Dparsehtml.py96 def _terminate(self): member in YadisHTMLParser
104 self._terminate()
111 self._terminate()
132 self._terminate()
149 self._terminate()
154 self._terminate()
/dports/security/py-python3-openid/python3-openid-3.2.0/openid/yadis/
H A Dparsehtml.py109 def _terminate(self): member in YadisHTMLParser
117 self._terminate()
124 self._terminate()
145 self._terminate()
162 self._terminate()
167 self._terminate()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dgraph.cc70 g_atomic_int_set (&_terminate, 0); in Graph()
129 g_atomic_int_set (&_terminate, 0); in reset_thread_list()
166 g_atomic_int_set (&_terminate, 1); in drop_threads()
303 if (g_atomic_int_get (&_terminate)) { in reached_terminal_node()
400 if (g_atomic_int_get (&_terminate)) { in run_one()
428 if (g_atomic_int_get (&_terminate)) { in run_one()
469 while (!g_atomic_int_get (&_terminate)) { in helper_thread()
505 if (g_atomic_int_get (&_terminate)) { in main_thread()
522 while (!g_atomic_int_get (&_terminate)) { in main_thread()
612 if (g_atomic_int_get (&_terminate)) { in process_routes()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_conference_mixer/source/
H A Dmemory_pool_posix.h41 bool _terminate; variable
53 _terminate(false), in MemoryPoolImpl()
73 if(_terminate) in PopMemory()
128 _terminate = true; in Terminate()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_conference_mixer/source/
H A Dmemory_pool_posix.h41 bool _terminate; variable
53 _terminate(false), in MemoryPoolImpl()
73 if(_terminate) in PopMemory()
128 _terminate = true; in Terminate()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A Dworkgroup.hpp143 bool _terminate; member in AbstractWorkGang
167 return _terminate; in terminate()
218 bool _terminate; member in WorkData
224 _terminate = false; in WorkData()
231 bool terminate() const { return _terminate; } in terminate()
232 void set_terminate(bool value) { _terminate = value; } in set_terminate()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A Dworkgroup.hpp143 bool _terminate; member in AbstractWorkGang
167 return _terminate; in terminate()
218 bool _terminate; member in WorkData
224 _terminate = false; in WorkData()
231 bool terminate() const { return _terminate; } in terminate()
232 void set_terminate(bool value) { _terminate = value; } in set_terminate()
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/solver/
H A Dnewton.hh221 while (not _terminate->terminate()){ in apply()
520 _terminate->setParameters(parameterTree.sub("Terminate")); in setParameters()
526 _terminate->setParameters(terminateTree); in setParameters()
543 _terminate = terminate; in setTerminate()
549 return _terminate; in getTerminate()
590 _terminate->printParameters(); in printParameters()
614 _terminate = std::make_shared<DefaultTerminate<NewtonMethod>> (*this); in NewtonMethod()
629 _terminate = std::make_shared<DefaultTerminate<NewtonMethod>> (*this); in NewtonMethod()
645 std::shared_ptr<TerminateInterface> _terminate; member in Dune::PDELab::NewtonMethod
/dports/devel/poco/poco-1.10.1-all/Util/src/
H A DServerApplication.cpp57 Poco::NamedEvent ServerApplication::_terminate(Poco::ProcessImpl::terminationEventName(Poco::P…
65 Poco::Event ServerApplication::_terminate; member in Poco::Util::ServerApplication
101 _terminate.set(); in terminate()
103 _terminate.set(); in terminate()
203 _terminate.wait(); in waitForTerminationRequest()
441 _terminate.wait(); in waitForTerminationRequest()
497 _terminate.wait(); in waitForTerminationRequest()
558 _terminate.wait(); in waitForTerminationRequest()
/dports/audio/py-sounddevice/sounddevice-0.4.3/doc/api/
H A Dexpert-mode.rst10 _terminate
16 .. autofunction:: _terminate
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentParser.java130 while(!_terminate || !firstElementHasOccured) { in processDII()
196 _terminate = true; in processDII()
216 _terminate = true; in processDII()
224 while(!_terminate) { in processDII()
236 _terminate = true; in processDII()
322 while(!_terminate) { in processEII()
504 _terminate = true; in processEII()
511 _terminate = _doubleTerminate; in processEII()
781 _terminate = true; in processAIIs()
958 } while (!_terminate); in processAIIs()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentParser.java130 while(!_terminate || !firstElementHasOccured) { in processDII()
196 _terminate = true; in processDII()
216 _terminate = true; in processDII()
224 while(!_terminate) { in processDII()
236 _terminate = true; in processDII()
322 while(!_terminate) { in processEII()
504 _terminate = true; in processEII()
511 _terminate = _doubleTerminate; in processEII()
781 _terminate = true; in processAIIs()
958 } while (!_terminate); in processAIIs()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzMark.cpp63 _terminate(), in ZMark()
157 _terminate.reset(_nworkers); in prepare_work()
431 if (_terminate.enter_stage0()) { in try_terminate()
436 _terminate.exit_stage0(); in try_terminate()
454 if (_terminate.enter_stage1()) { in try_terminate()
463 if (!_terminate.try_exit_stage1()) { in try_terminate()
468 if (_terminate.try_exit_stage0()) { in try_terminate()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzMark.cpp63 _terminate(), in ZMark()
157 _terminate.reset(_nworkers); in prepare_work()
431 if (_terminate.enter_stage0()) { in try_terminate()
436 _terminate.exit_stage0(); in try_terminate()
454 if (_terminate.enter_stage1()) { in try_terminate()
463 if (!_terminate.try_exit_stage1()) { in try_terminate()
468 if (_terminate.try_exit_stage0()) { in try_terminate()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_win.cc48 _terminate(false), in ViEAutoTestWindowManager()
102 _terminate = true; in TerminateWindows()
126 while (!_terminate) { in EventLoop()
/dports/devel/poco/poco-1.10.1-all/Util/include/Poco/Util/
H A DServerApplication.h170 static Poco::Event _terminate;
178 static Poco::Event _terminate;
212 static Poco::NamedEvent _terminate;
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio_testing/grpc_testing/_server/
H A D_rpc.py58 def _terminate(self, trailing_metadata, code, details): member in Rpc
75 self._terminate(trailing_metadata, code, details)
78 self._terminate(_common.FUSSED_EMPTY_METADATA, code, details)
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio_testing/grpc_testing/_server/
H A D_rpc.py58 def _terminate(self, trailing_metadata, code, details): member in Rpc
75 self._terminate(trailing_metadata, code, details)
78 self._terminate(_common.FUSSED_EMPTY_METADATA, code, details)
/dports/devel/grpc/grpc-1.42.0/src/python/grpcio_testing/grpc_testing/_server/
H A D_rpc.py58 def _terminate(self, trailing_metadata, code, details): member in Rpc
75 self._terminate(trailing_metadata, code, details)
78 self._terminate(_common.FUSSED_EMPTY_METADATA, code, details)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/python/grpcio_testing/grpc_testing/_server/
H A D_rpc.py58 def _terminate(self, trailing_metadata, code, details): member in Rpc
75 self._terminate(trailing_metadata, code, details)
78 self._terminate(_common.FUSSED_EMPTY_METADATA, code, details)
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/z/
H A DzMark.cpp65 _terminate(), in ZMark()
190 _terminate.reset(_nworkers); in prepare_work()
471 if (_terminate.enter_stage0()) { in try_terminate()
476 _terminate.exit_stage0(); in try_terminate()
494 if (_terminate.enter_stage1()) { in try_terminate()
503 if (!_terminate.try_exit_stage1()) { in try_terminate()
508 if (_terminate.try_exit_stage0()) { in try_terminate()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/z/
H A DzMark.cpp64 _terminate(), in ZMark()
194 _terminate.reset(_nworkers); in prepare_work()
475 if (_terminate.enter_stage0()) { in try_terminate()
480 _terminate.exit_stage0(); in try_terminate()
498 if (_terminate.enter_stage1()) { in try_terminate()
507 if (!_terminate.try_exit_stage1()) { in try_terminate()
512 if (_terminate.try_exit_stage0()) { in try_terminate()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/z/
H A DzMark.cpp66 _terminate(), in ZMark()
198 _terminate.reset(_nworkers); in prepare_work()
481 if (_terminate.enter_stage0()) { in try_terminate()
486 _terminate.exit_stage0(); in try_terminate()
504 if (_terminate.enter_stage1()) { in try_terminate()
513 if (!_terminate.try_exit_stage1()) { in try_terminate()
518 if (_terminate.try_exit_stage0()) { in try_terminate()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/z/
H A DzMark.cpp66 _terminate(), in ZMark()
198 _terminate.reset(_nworkers); in prepare_work()
486 if (_terminate.enter_stage0()) { in try_terminate()
491 _terminate.exit_stage0(); in try_terminate()
509 if (_terminate.enter_stage1()) { in try_terminate()
518 if (!_terminate.try_exit_stage1()) { in try_terminate()
523 if (_terminate.try_exit_stage0()) { in try_terminate()
/dports/mail/exilog/exilog-0.5/
H A Dexilog_agent.pl85 $SIG{'HUP'} = \&_terminate;
86 $SIG{'INT'} = \&_terminate;
87 $SIG{'TERM'} = \&_terminate;
88 sub _terminate { subroutine

12345678910