Home
last modified time | relevance | path

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

/external/libevent/
Devent.c299 EV_SOCK_ARG(ev->ev_fd), ev->ev_flags); in event_debug_note_add_()
325 EV_SOCK_ARG(ev->ev_fd), ev->ev_flags); in event_debug_note_del_()
349 EV_SOCK_ARG(ev->ev_fd), ev->ev_flags); in event_debug_assert_is_setup_()
370 EV_SOCK_ARG(ev->ev_fd), ev->ev_flags); in event_debug_assert_not_added_()
783 if (!(ev->ev_flags & EVLIST_INTERNAL)) { in event_base_cancel_single_callback_()
886 if (!(ev->ev_flags & EVLIST_INTERNAL)) { in event_base_free_()
1546 new_ctl->timeout_event.ev_flags |= EVLIST_INTERNAL; in event_base_init_common_timeout()
1648 if (ev->ev_events & EV_PERSIST || ev->ev_flags & EVLIST_FINALIZING) in event_process_active_single_queue()
2131 ev->ev_flags = EVLIST_INIT; in event_assign()
2167 if (ev->ev_flags != EVLIST_INIT) in event_base_set()
[all …]
Devent-internal.h57 #define ev_flags ev_evcallback.evcb_flags macro
Dsignal.c203 base->sig.ev_signal.ev_flags |= EVLIST_INTERNAL; in evsig_init_()
Devmap.c963 EVUTIL_ASSERT(ev->ev_flags & EVLIST_INSERTED);
993 EVUTIL_ASSERT(ev->ev_flags & EVLIST_INSERTED);
/external/libevent/test/
Dregress.c1889 tt_assert((ev4.ev_flags & EVLIST_ACTIVE) != 0); in test_active_later()
1890 tt_assert((ev4.ev_flags & EVLIST_ACTIVE_LATER) == 0); in test_active_later()