Home
last modified time | relevance | path

Searched refs:EVLIST_INSERTED (Results 1 – 3 of 3) sorted by relevance

/external/libevent/include/event2/
Devent_struct.h58 #define EVLIST_INSERTED 0x02 macro
/external/libevent/
Devent.c2387 if (ev->ev_flags & EVLIST_INSERTED) in event_pending()
2648 !(ev->ev_flags & (EVLIST_INSERTED|EVLIST_ACTIVE|EVLIST_ACTIVE_LATER))) { in event_add_nolock_()
2859 if (ev->ev_flags & EVLIST_INSERTED) { in event_del_nolock_()
3227 if (EVUTIL_FAILURE_CHECK(!(ev->ev_flags & EVLIST_INSERTED))) { in event_queue_remove_inserted()
3229 ev, EV_SOCK_ARG(ev->ev_fd), EVLIST_INSERTED); in event_queue_remove_inserted()
3233 ev->ev_flags &= ~EVLIST_INSERTED; in event_queue_remove_inserted()
3365 if (EVUTIL_FAILURE_CHECK(ev->ev_flags & EVLIST_INSERTED)) { in event_queue_insert_inserted()
3373 ev->ev_flags |= EVLIST_INSERTED; in event_queue_insert_inserted()
3695 if (ev->ev_flags & EVLIST_INSERTED) { in event_base_foreach_event_nolock_()
3710 if (ev->ev_flags & EVLIST_INSERTED) { in event_base_foreach_event_nolock_()
[all …]
Devmap.c963 EVUTIL_ASSERT(ev->ev_flags & EVLIST_INSERTED);
993 EVUTIL_ASSERT(ev->ev_flags & EVLIST_INSERTED);