Home
last modified time | relevance | path

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

12

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/py/src/server/
H A DTProcessPoolServer.py42 self.stopCondition = Condition()
108 self.stopCondition.acquire()
110 self.stopCondition.wait()
121 self.stopCondition.acquire()
122 self.stopCondition.notify()
123 self.stopCondition.release()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/py/src/server/
H A DTProcessPoolServer.py42 self.stopCondition = Condition()
108 self.stopCondition.acquire()
110 self.stopCondition.wait()
121 self.stopCondition.acquire()
122 self.stopCondition.notify()
123 self.stopCondition.release()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/py/src/server/
H A DTProcessPoolServer.py42 self.stopCondition = Condition()
108 self.stopCondition.acquire()
110 self.stopCondition.wait()
121 self.stopCondition.acquire()
122 self.stopCondition.notify()
123 self.stopCondition.release()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/py/src/server/
H A DTProcessPoolServer.py42 self.stopCondition = Condition()
108 self.stopCondition.acquire()
110 self.stopCondition.wait()
121 self.stopCondition.acquire()
122 self.stopCondition.notify()
123 self.stopCondition.release()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/py/src/server/
H A DTProcessPoolServer.py42 self.stopCondition = Condition()
108 self.stopCondition.acquire()
110 self.stopCondition.wait()
121 self.stopCondition.acquire()
122 self.stopCondition.notify()
123 self.stopCondition.release()
/dports/devel/thrift/thrift-0.14.0/lib/py/src/server/
H A DTProcessPoolServer.py42 self.stopCondition = Condition()
108 self.stopCondition.acquire()
110 self.stopCondition.wait()
121 self.stopCondition.acquire()
122 self.stopCondition.notify()
123 self.stopCondition.release()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/py/src/server/
H A DTProcessPoolServer.py42 self.stopCondition = Condition()
108 self.stopCondition.acquire()
110 self.stopCondition.wait()
121 self.stopCondition.acquire()
122 self.stopCondition.notify()
123 self.stopCondition.release()
/dports/devel/node-thrift/thrift-0.14.0/lib/py/src/server/
H A DTProcessPoolServer.py42 self.stopCondition = Condition()
108 self.stopCondition.acquire()
110 self.stopCondition.wait()
121 self.stopCondition.acquire()
122 self.stopCondition.notify()
123 self.stopCondition.release()
/dports/devel/py-thrift/thrift-0.14.0/lib/py/src/server/
H A DTProcessPoolServer.py42 self.stopCondition = Condition()
108 self.stopCondition.acquire()
110 self.stopCondition.wait()
121 self.stopCondition.acquire()
122 self.stopCondition.notify()
123 self.stopCondition.release()
/dports/security/lego/lego-4.5.3/vendor/github.com/scaleway/scaleway-sdk-go/internal/async/
H A Dwait.go58 value, stopCondition, err := config.Get()
65 if stopCondition {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/scaleway/scaleway-sdk-go/internal/async/
H A Dwait.go58 value, stopCondition, err := config.Get()
65 if stopCondition {
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Dstophandler.cpp162 void StopHandlerBuilder::registerStopCondition(std::function<StopSignal()> stopCondition) in registerStopCondition() argument
164 stopConditions_.emplace_back(std::move(stopCondition)); in registerStopCondition()
H A Dstophandler.h277 void registerStopCondition(std::function<StopSignal()> stopCondition);
/dports/devel/libnest2d-ultimaker/libnest2d-4d6fb4d/include/libnest2d/selections/
H A Dselection_boilerplate.hpp23 inline void stopCondition(StopCondition cond) { stopcond_ = cond; } in stopCondition() function in libnest2d::selections::SelectionBoilerplate
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libnest2d/include/libnest2d/
H A Dnester.hpp707 void stopCondition(StopCondition cond) { impl_.stopCondition(cond); } in stopCondition() function in libnest2d::SelectionStrategyLike
860 inline _Nester& stopCondition(StopCondition fn) in stopCondition() function in libnest2d::_Nester
862 stopfn_ = fn; selector_.stopCondition(fn); return *this; in stopCondition()
H A Dlibnest2d.hpp98 if(ctl.stopcond) nester.stopCondition(ctl.stopcond);
/dports/devel/libnest2d-ultimaker/libnest2d-4d6fb4d/include/libnest2d/
H A Dnester.hpp724 void stopCondition(StopCondition cond) { impl_.stopCondition(cond); } in stopCondition() function in libnest2d::SelectionStrategyLike
873 inline _Nester& stopCondition(StopCondition fn) in stopCondition() function in libnest2d::_Nester
875 stopfn_ = fn; selector_.stopCondition(fn); return *this; in stopCondition()
H A Dlibnest2d.hpp97 if(ctl.stopcond) nester.stopCondition(ctl.stopcond);
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libnest2d/include/libnest2d/selections/
H A Dselection_boilerplate.hpp25 inline void stopCondition(StopCondition cond) { stopcond_ = cond; } in stopCondition() function in libnest2d::selections::SelectionBoilerplate
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dbuildmanager.cpp104 StopBeforeBuild stopCondition = settings.stopBeforeBuild; in queue() local
105 if (stopCondition == StopBeforeBuild::SameApp && !forRunConfig) in queue()
106 stopCondition = StopBeforeBuild::SameBuildDir; in queue()
107 …const auto isStoppableRc = [&projects, stopCondition, configSelection, forRunConfig](RunControl *r… in queue()
111 switch (stopCondition) { in queue()
/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpt_PT_Append.cpp231 PTStruxType stopCondition[] = { PTX_StruxDummy }; in _findLastStruxOfType() local
232 return _findLastStruxOfType( pfStart, pst, stopCondition, bSkipEmbededSections ); in _findLastStruxOfType()
H A Dpt_PT_DeleteSpan.cpp522 PTStruxType stopCondition[] = { PTX_EndCell, PTX_EndTable, PTX_StruxDummy }; in deleteSpanChangeTrackingAreWeMarkingDeltaMerge() local
524 …pf_Frag_Strux *startCell = _findLastStruxOfType( startBlock, PTX_SectionCell, stopCondition, bSkip… in deleteSpanChangeTrackingAreWeMarkingDeltaMerge()
525 …pf_Frag_Strux *endCell = _findLastStruxOfType( endBlock, PTX_SectionCell, stopCondition, bSkip… in deleteSpanChangeTrackingAreWeMarkingDeltaMerge()
/dports/graphics/djview4/djview4-4.12/src/
H A Dqdjvuwidget.h322 void stopCondition(int pageno);
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qthread/
H A Dtst_qthread.cpp702 QWaitCondition stopCondition; member in NativeThreadWrapper
772 nativeThreadWrapper->stopCondition.wait(lock.mutex()); in runUnix()
794 stopCondition.wakeOne(); in stop()
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DASTLib.hs132 getFlagsUntil stopCondition (T_SimpleCommand _ _ (_:args)) =
134 (flagArgs, rest) = break (stopCondition . snd) tokenAndText

12