Home
last modified time | relevance | path

Searched refs:ev_loop_new (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/krb5/src/util/verto/
H A Dverto-libev.c38 return ev_loop_new(EVFLAG_AUTO); in libev_ctx_new()
193 VERTO_MODULE(libev, ev_loop_new,
H A DSymbols.ev35 ev_loop_new
H A Dverto-k5ev.c72 return ev_loop_new(EVFLAG_AUTO); in k5ev_ctx_new()
H A Dev.h578 EV_API_DECL struct ev_loop *ev_loop_new (unsigned int flags EV_CPP (= 0)) EV_THROW;
H A Dev.c3083 ev_loop_new (unsigned int flags) EV_THROW in ev_loop_new() function
/freebsd/contrib/unbound/util/
H A Dub_event.c286 base = ev_loop_new(EVFLAG_AUTO); in ub_event_base_loopexit()
H A Dub_event_pluggable.c371 my_base->base = (struct event_base*)ev_loop_new(EVFLAG_AUTO); in ub_default_event_base()