Searched refs:periodic (Results 1 – 5 of 5) sorted by relevance
| /libev/ |
| H A D | ev++.h | 665 EV_BEGIN_WATCHER (periodic, periodic) in EV_END_WATCHER() 684 EV_END_WATCHER (periodic, periodic) in EV_END_WATCHER() argument
|
| H A D | ev.h | 445 ev_periodic periodic; /* unused */ 475 struct ev_periodic periodic;
|
| H A D | ev.pod | 956 allows libev to delay invocation of I/O and timer/periodic callbacks 2212 Unlike C<ev_timer>, periodic watchers are not based on real time (or 2219 You can tell a periodic watcher to trigger after some specific point 2220 in time: for example, if you tell a periodic watcher to trigger "in 10 2270 ev_periodic_set (&periodic, 0., 3600., 0); 2296 ignored. Instead, each time the periodic watcher gets scheduled, the 2366 the periodic timer fires or C<ev_periodic_again> is being called. 3965 other callbacks (allocator, syserr, loop acquire/release and periodic 4160 =item w->again () (C<ev::timer>, C<ev::periodic> only) 4162 For C<ev::timer> and C<ev::periodic>, this invokes the corresponding [all …]
|
| H A D | Changes | 64 syserr, loop acquire/release, periodic reschedule cbs). 115 - change the default periodic reschedule function to hopefully be more
|
| H A D | ev.c | 3007 array_free (periodic, EMPTY); in ev_loop_destroy()
|