Searched defs:base (Results 1 – 4 of 4) sorted by relevance
| /libev/ |
| H A D | ev++.h | 422 struct base : ev_watcher struct 434 base (EV_PX) throw () in throw() argument 450 void set (void *data = 0) throw () in throw() 464 void set (K *object) throw () in set() 471 void set (K *object) throw () in set() 477 static void method_thunk (EV_P_ ev_watcher *w, int revents) in method_thunk() 485 void set (K *object) throw () in set() 497 void operator ()(int events = EV_UNDEF) in operator() 504 bool is_active () const throw () in is_active() 509 bool is_pending () const throw () in is_pending() [all …]
|
| H A D | event.c | 111 event_base_get_method (const struct event_base *base) in event_base_get_method() 127 void event_base_free (struct event_base *base) in event_base_free() 349 int event_base_set (struct event_base *base, struct event *ev) in event_base_set() 356 int event_base_loop (struct event_base *base, int flags) in event_base_loop() 363 int event_base_dispatch (struct event_base *base) in event_base_dispatch() 369 ev_x_loopexit_cb (int revents, void *base) in ev_x_loopexit_cb() 376 int event_base_loopexit (struct event_base *base, struct timeval *tv) in event_base_loopexit() 402 int event_base_once (struct event_base *base, int fd, short events, void (*cb)(int, short, void *),… in event_base_once() 419 int event_base_priority_init (struct event_base *base, int npri) in event_base_priority_init()
|
| H A D | ev_poll.c | 43 pollidx_init (int *base, int count) in pollidx_init()
|
| H A D | ev.c | 1946 array_realloc (int elem, void *base, int *cur, int cnt) in array_realloc() 1952 #define array_init_zero(base,count) \ argument 1955 #define array_needsize(type,base,cur,cnt,init) \ argument
|