Searched defs:once (Results 1 – 3 of 3) sorted by relevance
| /libev/ |
| H A D | ev++.h | 274 void once (int fd, int events, tstamp timeout, K *object) throw () in once() function 281 void once (int fd, int events, tstamp timeout, K *object) throw () in once() function 295 void once (int fd, int events, tstamp timeout, K *object) throw () in once() function 309 void once (int fd, int events, tstamp timeout) throw () in once() function 323 void once (int fd, int events, tstamp timeout) throw () in once() function
|
| H A D | event.c | 396 struct ev_x_once *once = (struct ev_x_once *)arg; in ev_x_once_cb() local 404 struct ev_x_once *once = (struct ev_x_once *)malloc (sizeof (struct ev_x_once)); in event_base_once() local
|
| H A D | ev.c | 4921 once_cb (EV_P_ struct ev_once *once, int revents) in once_cb() 4936 struct ev_once *once = (struct ev_once *)(((char *)w) - offsetof (struct ev_once, io)); in once_cb_io() local 4944 struct ev_once *once = (struct ev_once *)(((char *)w) - offsetof (struct ev_once, to)); in once_cb_to() local 4952 struct ev_once *once = (struct ev_once *)ev_malloc (sizeof (struct ev_once)); in ev_once() local
|