Home
last modified time | relevance | path

Searched refs:exitAll (Results 1 – 14 of 14) sorted by relevance

/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcHeuristicFPump.cpp475 bool exitAll = false; in solutionInternal() local
553 while (!exitAll) { in solutionInternal()
662 exitAll = true; in solutionInternal()
670 exitAll = true; in solutionInternal()
754 exitAll = true; in solutionInternal()
778 exitAll = true; in solutionInternal()
792 exitAll = true; in solutionInternal()
795 exitAll = true; in solutionInternal()
798 exitAll = true; in solutionInternal()
1921 exitAll = true; in solutionInternal()
[all …]
/dports/www/shellinabox/shellinabox-2.20/libhttp/
H A Dserver.h75 int exitAll; member
119 void serverExitLoop(struct Server *server, int exitAll);
H A Dhttp.h102 void serverExitLoop(Server *server, int exitAll);
125 void httpExitLoop(HttpConnection *http, int exitAll);
H A Dserver.c285 server->exitAll = 0; in initServer()
530 void serverExitLoop(struct Server *server, int exitAll) { in serverExitLoop() argument
532 server->exitAll |= exitAll; in serverExitLoop()
540 while (server->looping >= loopDepth && !server->exitAll) { in serverLoop()
H A Dhttpconnection.h146 void httpExitLoop(struct HttpConnection *http, int exitAll);
H A Dhttpconnection.c1888 void httpExitLoop(struct HttpConnection *http, int exitAll) { in httpExitLoop() argument
1889 serverExitLoop(http->server, exitAll); in httpExitLoop()
/dports/textproc/source-highlight/source-highlight-3.1.9/lib/srchilite/
H A Dsourcehighlighter.cpp101 exitAll(); in highlightParagraph()
172 void SourceHighlighter::exitAll() { in exitAll() function in srchilite::SourceHighlighter
H A Dstatestartlangelem.h69 bool exitAll() const { in exitAll() function
H A Dsourcehighlighter.h100 void exitAll();
H A Dhighlightstatebuilder.cpp324 if (elem->exitAll()) { in setExitLevel()
/dports/devel/py-ioflo/ioflo-2.0.0/ioflo/base/
H A Dframing.py189 self.exitAll()
572 def exitAll(self, abort=False): member in Framer
756 self.exitAll(abort=True) #self.desire may change,
780 self.exitAll() #self.desire may change, self.done = True set in exitAll()
1417 aux.exitAll()
H A Dacting.py1217 aux.exitAll() # also sets .done = True
/dports/devel/py-ioflo/ioflo-2.0.0/pkg/suse/
H A Dpython-ioflo.changes16 - Added exitAll() to framer microthread abort
/dports/devel/py-ioflo/ioflo-2.0.0/
H A DChangeLog.md1073 Added exitAll() to framer microthread abort