Searched refs:ev_once (Results 1 – 7 of 7) sorted by relevance
| /libev/ |
| H A D | ev.c | 4912 struct ev_once struct 4921 once_cb (EV_P_ struct ev_once *once, int revents) in once_cb() argument 4936 struct ev_once *once = (struct ev_once *)(((char *)w) - offsetof (struct ev_once, io)); in once_cb_io() 4944 struct ev_once *once = (struct ev_once *)(((char *)w) - offsetof (struct ev_once, to)); in once_cb_to() 4950 ev_once (EV_P_ int fd, int events, ev_tstamp timeout, void (*cb)(int revents, void *arg), void *arg… in ev_once() function 4952 struct ev_once *once = (struct ev_once *)ev_malloc (sizeof (struct ev_once)); in ev_once()
|
| H A D | event.c | 381 ev_once (EV_A_ -1, 0, after >= 0. ? after : 0., ev_x_loopexit_cb, (void *)base); in event_base_loopexit() 414 ev_once (EV_A_ fd, events & (EV_READ | EV_WRITE), ev_tv_get (tv), ev_x_once_cb, (void *)once); in event_base_once()
|
| H A D | Symbols.ev | 38 ev_once
|
| H A D | ev++.h | 269 ev_once (EV_AX_ fd, events, timeout, cb, arg); in throw()
|
| H A D | ev.h | 654 EV_API_DECL void ev_once (EV_P_ int fd, int events, ev_tstamp timeout, void (*cb)(int revents, void…
|
| H A D | Changes | 72 - ev_once: undef EV_ERROR in ev_kqueue.c, to avoid clashing with 384 - ev_once now passes both timeout and io to the callback if both
|
| H A D | ev.pod | 3522 =item ev_once (loop, int fd, int events, ev_tstamp timeout, callback) 3541 value passed to C<ev_once>. Note that it is possible to receive I<both> 3555 ev_once (STDIN_FILENO, EV_READ, 10., stdin_ready, 0);
|