Home
last modified time | relevance | path

Searched refs:ev_flags (Results 1 – 5 of 5) sorted by relevance

/external/libevent/
Devent.c281 EV_SOCK_ARG((ev)->ev_fd), (ev)->ev_flags); \
302 EV_SOCK_ARG((ev)->ev_fd), (ev)->ev_flags); \
321 EV_SOCK_ARG((ev)->ev_fd), (ev)->ev_flags); \
340 EV_SOCK_ARG((ev)->ev_fd), (ev)->ev_flags); \
741 if (!(ev->ev_flags & EVLIST_INTERNAL)) { in event_base_cancel_single_callback_()
844 if (!(ev->ev_flags & EVLIST_INTERNAL)) { in event_base_free_()
1503 new_ctl->timeout_event.ev_flags |= EVLIST_INTERNAL; in event_base_init_common_timeout()
1605 if (ev->ev_events & EV_PERSIST || ev->ev_flags & EVLIST_FINALIZING) in event_process_active_single_queue()
2081 ev->ev_flags = EVLIST_INIT; in event_assign()
2117 if (ev->ev_flags != EVLIST_INIT) in event_base_set()
[all …]
Devent-internal.h57 #define ev_flags ev_evcallback.evcb_flags macro
Dsignal.c201 base->sig.ev_signal.ev_flags |= EVLIST_INTERNAL; in evsig_init_()
Devmap.c956 EVUTIL_ASSERT(ev->ev_flags & EVLIST_INSERTED);
986 EVUTIL_ASSERT(ev->ev_flags & EVLIST_INSERTED);
/external/libevent/test/
Dregress.c1807 tt_assert((ev4.ev_flags & EVLIST_ACTIVE) != 0); in test_active_later()
1808 tt_assert((ev4.ev_flags & EVLIST_ACTIVE_LATER) == 0); in test_active_later()