Searched refs:w (Results 1 – 7 of 7) sorted by relevance
| /libev/ |
| H A D | ev.c | 1538 # define ABSPRI(w) (((W)w), 0) argument 1551 #define ev_at(w) ((WT)(w))->at argument 2036 for (w = (ev_io *)anfd->head; w; w = (ev_io *)((WL)w)->next) in fd_event_nocheck() 2110 for (w = (ev_io *)anfd->head; w; w = (ev_io *)((WL)w)->next) in fd_reify() 2590 for (w = signals [signum].head; w; w = w->next) in ev_feed_signal_event() 3147 for (w = w2 = anfds [i].head; w; w = w->next) in ev_verify() 3400 ev_at (w) = w->reschedule_cb (w, ev_rt_now); in periodics_reify() 3438 ev_at (w) = w->reschedule_cb (w, ev_rt_now); in periodics_reschedule() 3947 ev_at (w) = w->repeat; in ev_timer_again() 3968 ev_at (w) = w->reschedule_cb (w, ev_rt_now); in ev_periodic_start() [all …]
|
| H A D | ev.h | 464 # define ev_async_pending(w) (+(w)->sent) 470 struct ev_watcher w; 754 EV_API_DECL int ev_clear_pending (EV_P_ void *w) EV_THROW; 756 EV_API_DECL void ev_io_start (EV_P_ ev_io *w) EV_THROW; 757 EV_API_DECL void ev_io_stop (EV_P_ ev_io *w) EV_THROW; 785 EV_API_DECL void ev_stat_start (EV_P_ ev_stat *w) EV_THROW; 786 EV_API_DECL void ev_stat_stop (EV_P_ ev_stat *w) EV_THROW; 787 EV_API_DECL void ev_stat_stat (EV_P_ ev_stat *w) EV_THROW; 791 EV_API_DECL void ev_idle_start (EV_P_ ev_idle *w) EV_THROW; 792 EV_API_DECL void ev_idle_stop (EV_P_ ev_idle *w) EV_THROW; [all …]
|
| H A D | ev++.h | 449 template<void (*function)(watcher &w, int)> 455 template<void (*function)(watcher &w, int)> 456 static void function_thunk (EV_P_ ev_watcher *w, int revents) in function_thunk() 459 (*static_cast<watcher *>(w), revents); in function_thunk() 463 template<class K, void (K::*method)(watcher &w, int)> 476 template<class K, void (K::*method)(watcher &w, int)> 477 static void method_thunk (EV_P_ ev_watcher *w, int revents) in method_thunk() 479 (static_cast<K *>(w->data)->*method) in method_thunk() 480 (*static_cast<watcher *>(w), revents); in method_thunk() 491 static void method_noargs_thunk (EV_P_ ev_watcher *w, int revents) in method_noargs_thunk() [all …]
|
| H A D | event.c | 175 ev_x_cb_sig (EV_P_ struct ev_signal *w, int revents) in ev_x_cb_sig() argument 177 struct event *ev = (struct event *)(((char *)w) - offsetof (struct event, iosig.sig)); in ev_x_cb_sig() 186 ev_x_cb_io (EV_P_ struct ev_io *w, int revents) in ev_x_cb_io() argument 188 struct event *ev = (struct event *)(((char *)w) - offsetof (struct event, iosig.io)); in ev_x_cb_io() 197 ev_x_cb_to (EV_P_ struct ev_timer *w, int revents) in ev_x_cb_to() argument 199 struct event *ev = (struct event *)(((char *)w) - offsetof (struct event, to)); in ev_x_cb_to()
|
| H A D | ev.pod | 31 ev_io_stop (EV_A_ w); 1101 ev_io_stop (w); 1264 ev_io w; 2598 printf ("process %d exited with status %x\n", w->rpid, w->rstatus); 2901 free (w); 3594 struct my_io w; 4111 ev::io w; 4112 w.set (&f); 4129 =item w->set (loop) 4145 =item w->start () [all …]
|
| H A D | Changes | 510 - fix some aliasing issues w.r.t. timers and periodics
|
| H A D | aclocal.m4 | 2035 chmod u+w . 2>&AS_MESSAGE_LOG_FD 9059 CYGPATH_W='cygpath -w' 9747 am__tar='pax -L -x $1 -w "$$tardir"' 9748 am__tar_='pax -L -x $1 -w "$tardir"'
|