Searched refs:fired (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/lib/posixcompat/
H A Depoll.c181 bool fired; member in struct:timeout_event
188 toe->fired = true;
292 .fired = false
306 while(!toe.fired && retevents == 0) {
311 toe.fired = true;
442 // Remove timeout from waitset if it was set and not fired
443 if(timeout > 0 && !toe.fired) {
H A Dselect.c63 bool fired; member in struct:timeout_event
99 .fired = false
136 * setup a deferred event but set the timeout_event.fired to true. This way
142 toe.fired = true;
166 if (toe.fired) {
168 * No file descriptors are ready but timeout fired, zero all FD sets and
217 if (toe.fired) {
219 * No file descriptors are ready but timeout fired, zero all FD
363 if(timeout != NULL && !toe.fired) {
837 toe->fired
[all...]
/barrelfish-master/usr/eclipseclp/icparc_solvers/ech/
H A Dech.pl609 % no need to append TryNext0, should not have pre/post fired if no
648 % no need to delete post-fired
660 fired clauses, from within a pre- and post- fire clause. OldArgs are the
661 original meta-args upon entry into the pre-/post-fired clause that is
720 no propagation rules, i.e. Nprule = 0). This is for the pre and post fired
867 pre-fired and post-fired clauses. Currently it only deals with two headed
1189 to the constraint store after a rule is fired. If the rule is a two
1193 fired calls
1580 store if the rule is fired
[all...]
/barrelfish-master/usr/eclipseclp/ecrc_solvers/chr/
H A Dmath-utilities.pl89 globalize(Vars):- delay(Vars-Flag,true),Flag=fired.
H A Dpc.pl8 globalize(_g1068) :- delay(_g1068 - _g1054, true), _g1054 = fired.
H A Dtime-pc.pl8 globalize(_819) :- suspend(true, 2, _819 - _834 -> inst), _834 = fired.
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dextchr.tex359 that the propagation rule fired, so it will not fire again (with the
1094 propagation rule has fired (successful in its guard execution), then the
1095 most recently fired rule's body is executed first. For properly written,
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dpropiachr.tex529 rules are never fired even after a failure.

Completed in 117 milliseconds