MCPcopy Create free account
hub / github.com/bbidulock/icewm / decreaseTimeouts

Method decreaseTimeouts

src/yapp.cc:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void YApplication::decreaseTimeouts(timeval diff) {
189 YArrayIterator<YTimer*> iter = timers.reverseIterator();
190 while (++iter)
191 iter->decreaseTimeout(diff);
192}
193
194void YApplication::registerPoll(YPollBase *t) {
195 PRECONDITION(t->fd() >= 0);

Callers

nothing calls this directly

Calls 2

decreaseTimeoutMethod · 0.80
reverseIteratorMethod · 0.45

Tested by

no test coverage detected