Home
last modified time | relevance | path

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

/freebsd/contrib/pf/libevent/
H A Devent.c568 if (ev->ev_flags & EVLIST_INSERTED) in event_pending()
641 !(ev->ev_flags & (EVLIST_INSERTED|EVLIST_ACTIVE))) { in event_add()
642 event_queue_insert(base, ev, EVLIST_INSERTED); in event_add()
687 if (ev->ev_flags & EVLIST_INSERTED) { in event_del()
688 event_queue_remove(base, ev, EVLIST_INSERTED); in event_del()
809 case EVLIST_INSERTED: in event_queue_remove()
853 case EVLIST_INSERTED: in event_queue_insert()
H A Devent.h45 #define EVLIST_INSERTED 0x02 macro
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Devent_struct.h58 #define EVLIST_INSERTED 0x02 macro
/freebsd/contrib/libevent/include/event2/
H A Devent_struct.h58 #define EVLIST_INSERTED 0x02 macro
/freebsd/contrib/ntp/sntp/libevent/
H A 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 …]
H A Devmap.c963 EVUTIL_ASSERT(ev->ev_flags & EVLIST_INSERTED);
993 EVUTIL_ASSERT(ev->ev_flags & EVLIST_INSERTED);
/freebsd/contrib/libevent/
H A 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 …]
H A Devmap.c963 EVUTIL_ASSERT(ev->ev_flags & EVLIST_INSERTED);
993 EVUTIL_ASSERT(ev->ev_flags & EVLIST_INSERTED);