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

Method decreaseTimeout

src/ytimer.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 timeval timeout_min() const { return fTimeout - fuzziness(); }
42 timeval timeout_max() const { return fTimeout + fuzziness(); }
43 void decreaseTimeout(const timeval& diff) { fTimeout += diff; }
44
45private:
46 void enlist();

Callers 1

decreaseTimeoutsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected