Searched refs:idle (Results 1 – 5 of 5) sorted by relevance
| /libev/ |
| H A D | ev++.h | 748 EV_BEGIN_WATCHER (idle, idle) in EV_END_WATCHER() 750 EV_END_WATCHER (idle, idle) in EV_END_WATCHER() argument
|
| H A D | ev.pod | 868 (active idle watchers, EVRUN_NOWAIT or not having 1482 except for idle watchers (which use the lock-out model). 1501 Since idle watchers use the "lock-out" model, meaning that idle watchers 1524 ev_idle idle; // actual processing watcher 1534 // start the idle watcher to handle the actual event. 1537 ev_idle_start (EV_A_ &idle); 1552 ev_idle_init (&idle, idle_cb); 2950 low-priority coroutines to idle/background tasks). 4184 ev::idle idle; void idle_cb (ev::idle &w, int revents); 4190 idle.set <myclass, &myclass::idle_cb> (this); [all …]
|
| H A D | ev.h | 446 ev_idle idle; /* unused */ 482 struct ev_idle idle;
|
| H A D | ev.c | 2996 array_free (idle, [i]); in ev_loop_destroy() 4726 embed_idle_cb (EV_P_ ev_idle *idle, int revents) 4728 ev_idle_stop (EV_A_ idle);
|
| H A D | Changes | 169 didn't when idle watchers were active, causing timers not to fire.
|