Searched refs:delay (Results 1 – 5 of 5) sorted by relevance
| /libev/ |
| H A D | ev.c | 1895 ev_sleep (ev_tstamp delay) EV_THROW in ev_sleep() argument 1897 if (delay > 0.) in ev_sleep() 1902 EV_TS_SET (ts, delay); in ev_sleep() 1905 Sleep ((unsigned long)(delay * 1e3)); in ev_sleep() 1912 EV_TV_SET (tv, delay); in ev_sleep()
|
| H A D | ev.pod | 956 allows libev to delay invocation of I/O and timer/periodic callbacks 1793 might introduce a small delay, see "the special problem of being too 1997 delay has occurred, but cannot guarantee this. 2000 loops compare timestamps with a "elapsed delay >= requested delay", but 2012 one-second delay was requested - this is being "too early", despite best 2016 delay equals the requested delay, but only when the elapsed delay is 2069 libev makes sure your callback is not invoked before the delay happened, 2222 not a delay) and then reset your system clock to January of the previous 2722 The solution to this is to delay acting on a change for slightly more 2814 miss updates (however, frequent updates will delay processing, too, so [all …]
|
| H A D | ev++.h | 525 inline void delay (tstamp interval) throw () in delay() function
|
| H A D | ev.h | 537 EV_API_DECL void ev_sleep (ev_tstamp delay) EV_THROW; /* sleep for a while */
|
| H A D | aclocal.m4 | 281 # Sed substitution to delay expansion of an escaped shell variable in a 285 # Sed substitution to delay expansion of an escaped single quote.
|