Searched refs:toe (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/posixcompat/
H A Depoll.c186 struct timeout_event *toe = arg; local
187 assert(toe != NULL);
188 toe->fired = true;
291 struct timeout_event toe = { local
298 MKCLOSURE(timeout_fired, &toe));
306 while(!toe.fired && retevents == 0) {
311 toe.fired = true;
443 if(timeout > 0 && !toe.fired) {
H A Dselect.c98 struct timeout_event toe = { local
142 toe.fired = true;
147 MKCLOSURE(timeout_fired, &toe));
166 if (toe.fired) {
217 if (toe.fired) {
363 if(timeout != NULL && !toe.fired) {
835 struct timeout_event *toe = arg; local
836 assert(toe != NULL);
837 toe->fired = true;

Completed in 34 milliseconds