Home
last modified time | relevance | path

Searched refs:mustStop (Results 1 – 25 of 46) sorted by relevance

12

/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DStatPhaseMgr.cc82 const bool mustStop(thePhase && thePhase->mustStop()); in nextPhase() local
83 if (mustStop || in nextPhase()
87 if (mustStop) { in nextPhase()
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/
H A Dmonstersprites.cpp190 if(!monster->mustStop) { in showMonsterSprites()
221 monster->mustStop = false; in monsterPhysics()
292 monster->mustStop = true; in monsterPhysics()
308 monster->mustStop = true; in monsterPhysics()
319 monster->mustStop = true; in monsterPhysics()
328 monster->mustStop = true; in monsterPhysics()
329 } else if(!monster->mustStop && !exactOnTile && monster->monstervx > 0.0 && !rightWalkTile) { in monsterPhysics()
331 } else if(!monster->mustStop && !exactOnTile && monster->monstervx < 0.0 && !leftWalkTile) { in monsterPhysics()
335 if(!monster->mustStop) { in monsterPhysics()
H A Dmonstersprites.h32 bool mustStop; member
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/jasat/modules/
H A DSearchModule.java73 private boolean mustStop = false; field in SearchModule
88 mustStop = true; in onSolution()
119 mustStop = true; in onStop()
129 while (!mustStop) { in search()
/dports/devel/py-pyro/Pyro4-4.77/examples/nameserverstress/
H A Dstress.py26 self.mustStop = False
55 while not self.mustStop:
82 nt.mustStop = True
/dports/benchmarks/polygraph/polygraph-4.13.0/src/probe/
H A DPolyProbe.cc57 PolyProbe::PolyProbe(): exchangingStats(false), mustStop(false) { in PolyProbe()
174 if (mustStop) in step()
194 mustStop = true; in wakeUp()
199 mustStop = true; in wakeUp()
349 mustStop = true; in pullStats()
371 while (!mustStop) { in run()
H A DPolyProbe.h66 bool mustStop; variable
/dports/www/squid/squid-4.15/src/ipc/
H A DForwarder.cc118 mustStop("error"); in handleError()
124 mustStop("timeout"); in handleTimeout()
132 mustStop("exception"); in handleException()
H A DInquirer.cc97 mustStop("error"); in handleRemoteAck()
124 mustStop("exception"); in handleException()
/dports/www/squid/squid-4.15/src/adaptation/
H A DIterator.cc165 mustStop("initiator gone"); in noteInitiatorAborted()
174 mustStop("blocked"); in handleAdaptationBlock()
202 mustStop("sent older adapted msg"); in handleAdaptationError()
209 mustStop("group failure"); in handleAdaptationError()
/dports/www/filtron/filtron-93f8b22/vendor/github.com/valyala/fasthttp/
H A Dworkerpool.go31 mustStop bool member
84 wp.mustStop = true
194 if wp.mustStop {
H A Dclient.go441 mustStop := false
455 mustStop = true
459 if mustStop {
1347 mustStop := c.connsCount == 0
1348 if mustStop {
1352 if mustStop {
/dports/benchmarks/bombardier/bombardier-1.2.5/vendor/github.com/valyala/fasthttp/
H A Dworkerpool.go31 mustStop bool member
84 wp.mustStop = true
194 if wp.mustStop {
H A Dclient.go441 mustStop := false
455 mustStop = true
459 if mustStop {
1345 mustStop := c.connsCount == 0
1346 if mustStop {
1350 if mustStop {
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/github.com/valyala/fasthttp/
H A Dworkerpool.go31 mustStop bool member
84 wp.mustStop = true
194 if wp.mustStop {
/dports/www/squid/squid-4.15/src/mgr/
H A DForwarder.cc76 mustStop("long URI"); in handleError()
100 mustStop("commClosed"); in noteCommClosed()
/dports/www/squid/squid-4.15/src/base/
H A DAsyncJob.cc69 void AsyncJob::mustStop(const char *aReason) in mustStop() function in AsyncJob
133 mustStop("exception"); in callException()
H A DAsyncJob.h48 void mustStop(const char *aReason);
/dports/math/gecode/gecode-0916a1a/contribs/qecode/
H A DAbstractWorker.hh37 QECODE_EXPORT virtual bool mustStop()=0;
H A DWorker.hh65 QECODE_EXPORT bool mustStop();
/dports/www/squid/squid-4.15/src/comm/
H A DConnOpener.h30 void noteAbort() { mustStop("externally aborted"); } in noteAbort()
/dports/www/squid/squid-4.15/src/adaptation/icap/
H A DXaction.cc402 mustStop("ICAP service connection externally closed"); in handleCommClosed()
501 mustStop("pconn race"); in noteCommRead()
510 mustStop("unknown ICAP I/O read error"); in noteCommRead()
583 mustStop("initiator aborted"); in noteInitiatorAborted()
/dports/www/squid/squid-4.15/src/snmp/
H A DInquirer.cc92 mustStop("commClosed"); in noteCommClosed()
H A DForwarder.cc57 mustStop("commClosed"); in noteCommClosed()
/dports/www/squid/squid-4.15/src/
H A Dhttp.cc141 mustStop("HttpStateData::httpStateConnClosed"); in httpStateConnClosed()
154 mustStop("HttpStateData::httpTimeout"); in httpTimeout()
1209 mustStop("HttpStateData::readReply"); in readReply()
1318 mustStop("HttpStateData::continueAfterParsingHeader"); in continueAfterParsingHeader()
1605 mustStop("HttpStateData::wroteLast"); in wroteLast()
2314 mustStop("HttpStateData::start failed"); in start()
2419 mustStop("HttpStateData::handleMoreRequestBodyAvailable"); in handleMoreRequestBodyAvailable()
2462 mustStop(reason); in abortAll()

12