Searched refs:event_init (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-13-stable/contrib/libevent/test/
H A Dtest-init.c61 event_init();
H A Dtest-eof.c106 event_init();
H A Dtest-time.c98 event_init();
H A Dtest-weof.c103 event_init();
H A Dbench_cascade.c173 event_init();
H A Dbench.c185 event_init();
H A Dregress_main.c233 base = event_init();
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-init.c61 event_init();
H A Dtest-eof.c113 event_init();
H A Dtest-time.c98 event_init();
H A Dtest-weof.c106 event_init();
H A Dbench_cascade.c173 event_init();
H A Dbench.c185 event_init();
H A Dregress_main.c237 base = event_init();
/freebsd-13-stable/contrib/unbound/util/
H A Dmini_event.h69 #define event_init minievent_init macro
158 void *event_init(time_t* time_secs, struct timeval* time_tv);
H A Dwinsock_event.h95 #define event_init winsockevent_init macro
212 void *event_init(time_t* time_secs, struct timeval* time_tv);
H A Dub_event.c218 base = event_init(time_secs, time_tv);
233 base = event_init();
H A Dub_event_pluggable.c362 my_base->base = event_init(time_secs, time_tv);
377 my_base->base = event_init();
H A Dmini_event.c88 void *event_init(time_t* time_secs, struct timeval* time_tv) function
/freebsd-13-stable/contrib/libevent/include/event2/
H A Devent_compat.h64 The event API needs to be initialized with event_init() before it can be
75 struct event_base *event_init(void);
83 multiple calls to event_init(), and because it is not safe for
86 @see event_base_dispatch(), event_init()
97 the last call to event_init, and is therefore not safe for multithreaded
100 @see event_base_loop(), event_init()
113 the last call to event_init, and is therefore not safe for multithreaded
116 @see event_init, event_base_loopexit()
129 the last call to event_init, and is therefore not safe for multithreaded
132 @see event_base_loopbreak(), event_init()
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Devent_compat.h64 The event API needs to be initialized with event_init() before it can be
75 struct event_base *event_init(void);
83 multiple calls to event_init(), and because it is not safe for
86 @see event_base_dispatch(), event_init()
97 the last call to event_init, and is therefore not safe for multithreaded
100 @see event_base_loop(), event_init()
113 the last call to event_init, and is therefore not safe for multithreaded
116 @see event_init, event_base_loopexit()
129 the last call to event_init, and is therefore not safe for multithreaded
132 @see event_base_loopbreak(), event_init()
[all...]
/freebsd-13-stable/usr.sbin/bluetooth/btpand/
H A Dbtpand.c214 event_init();
H A Devent.h67 void event_init (void);
H A Devent.c71 event_init(void) function
/freebsd-13-stable/usr.sbin/ypldap/
H A Dypldap_dns.c101 event_init();

Completed in 208 milliseconds

12