Searched refs:ev_ (Results 1 – 11 of 11) sorted by relevance
48 #define ev_signal_next ev_.ev_signal.ev_signal_next49 #define ev_io_next ev_.ev_io.ev_io_next50 #define ev_io_timeout ev_.ev_io.ev_timeout53 #define ev_ncalls ev_.ev_signal.ev_ncalls54 #define ev_pncalls ev_.ev_signal.ev_pncalls
888 o Add ev_[u]intptr_t to include/event2/util.h (1fa4c81)892 …o Add EV_*_MAX macros to event2/util.h to expose limits for ev_* types. (aba1fff) o Functions to v…1010 o Use ev_[u]intptr_t types in place of [u]intptr_t (cef61a2)
2567 evutil_timerclear(&ev->ev_.ev_io.ev_timeout); in event_remove_timer_nolock_()
121 w.type = malloc(sizeof(ev_ ## type)); \123 ev_ ## type ## _init(w.type, (EV_CB(type, (*))) __VA_ARGS__); \124 ev_ ## type ## _start(ctx, w.type); \
155 w.type = malloc(sizeof(ev_ ## type)); \157 ev_ ## type ## _init(w.type, (EV_CB(type, (*))) __VA_ARGS__); \158 ev_ ## type ## _start(ctx, w.type); \
256 #define EV_CB(type,name) void name (EV_P_ struct ev_ ## type *w, int revents)
149 } ev_; member