Home
last modified time | relevance | path

Searched refs:idle (Results 1 – 5 of 5) sorted by relevance

/libev/
H A Dev++.h748 EV_BEGIN_WATCHER (idle, idle) in EV_END_WATCHER()
750 EV_END_WATCHER (idle, idle) in EV_END_WATCHER() argument
H A Dev.pod868 (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 Dev.h446 ev_idle idle; /* unused */
482 struct ev_idle idle;
H A Dev.c2996 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 DChanges169 didn't when idle watchers were active, causing timers not to fire.