Searched refs:ev_loop (Results 1 – 7 of 7) sorted by relevance
172 struct ev_loop;173 # define EV_P struct ev_loop *loop /* a loop as sole parameter in a declaration */440 struct ev_loop *other; /* ro */557 EV_API_DECL struct ev_loop *ev_default_loop (unsigned int flags EV_CPP (= 0)) EV_THROW;560 EV_API_DECL struct ev_loop *ev_default_loop_ptr;563 EV_INLINE struct ev_loop *566 extern struct ev_loop *ev_default_loop_ptr;578 EV_API_DECL struct ev_loop *ev_loop_new (unsigned int flags EV_CPP (= 0)) EV_THROW;835 EV_INLINE void ev_loop (EV_P_ int flags) { ev_run (EV_A_ flags); }846 typedef struct ev_loop ev_loop;
31 typedef struct ev_loop verto_mod_ctx;201 verto_convert_libev(struct ev_loop* loop) in verto_convert_libev()
1821 struct ev_loop struct1831 static struct ev_loop default_loop_struct; argument1832 …EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a defin…3082 struct ev_loop * ecb_cold3085 EV_P = (struct ev_loop *)ev_malloc (sizeof (struct ev_loop)); in ev_loop_new()3087 memset (EV_A, 0, sizeof (struct ev_loop)); in ev_loop_new()3223 struct ev_loop * ecb_cold
247 *m = ub_ev_backend2str(ev_backend((struct ev_loop*)b)); in ub_libevent_event_base()
462 *m = ub_ev_backend2str_pluggable(ev_backend((struct ev_loop*)b)); in ub_get_event_sys()
270 /* Define to 1 if you have the 'ev_loop' function. */
1479 AC_CHECK_FUNCS([ev_loop]) # only in libev. (tested on 3.51)