Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
private:
46
void enlist();
Callers
1
decreaseTimeouts
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected