Home
last modified time | relevance | path

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

/src/contrib/pf/libevent/
H A Devent.c307 event_queue_remove(base, ev, EVLIST_ACTIVE); in event_process_active()
548 if (ev->ev_flags & EVLIST_ACTIVE) in event_priority_set()
570 if (ev->ev_flags & EVLIST_ACTIVE) in event_pending()
617 if ((ev->ev_flags & EVLIST_ACTIVE) && in event_add()
627 event_queue_remove(base, ev, EVLIST_ACTIVE); in event_add()
641 !(ev->ev_flags & (EVLIST_INSERTED|EVLIST_ACTIVE))) { in event_add()
684 if (ev->ev_flags & EVLIST_ACTIVE) in event_del()
685 event_queue_remove(base, ev, EVLIST_ACTIVE); in event_del()
702 if (ev->ev_flags & EVLIST_ACTIVE) { in event_active()
710 event_queue_insert(ev->ev_base, ev, EVLIST_ACTIVE); in event_active()
[all …]
H A Devent.h47 #define EVLIST_ACTIVE 0x08 macro
/src/contrib/libevent/
H A Devent.c2360 if (ev->ev_flags & EVLIST_ACTIVE) in event_priority_set()
2389 if (ev->ev_flags & (EVLIST_ACTIVE|EVLIST_ACTIVE_LATER)) in event_pending()
2648 !(ev->ev_flags & (EVLIST_INSERTED|EVLIST_ACTIVE|EVLIST_ACTIVE_LATER))) { in event_add_nolock_()
2692 if ((ev->ev_flags & EVLIST_ACTIVE) && in event_add_nolock_()
2854 if (ev->ev_flags & EVLIST_ACTIVE) in event_del_nolock_()
2934 switch ((ev->ev_flags & (EVLIST_ACTIVE|EVLIST_ACTIVE_LATER))) { in event_active_nolock_()
2936 case EVLIST_ACTIVE|EVLIST_ACTIVE_LATER: in event_active_nolock_()
2939 case EVLIST_ACTIVE: in event_active_nolock_()
2983 if (ev->ev_flags & (EVLIST_ACTIVE|EVLIST_ACTIVE_LATER)) { in event_active_later_nolock_()
3014 switch (evcb->evcb_flags & (EVLIST_ACTIVE|EVLIST_ACTIVE_LATER)) { in event_callback_activate_nolock_()
[all …]
/src/contrib/ntp/sntp/libevent/
H A Devent.c2360 if (ev->ev_flags & EVLIST_ACTIVE) in event_priority_set()
2389 if (ev->ev_flags & (EVLIST_ACTIVE|EVLIST_ACTIVE_LATER)) in event_pending()
2648 !(ev->ev_flags & (EVLIST_INSERTED|EVLIST_ACTIVE|EVLIST_ACTIVE_LATER))) { in event_add_nolock_()
2692 if ((ev->ev_flags & EVLIST_ACTIVE) && in event_add_nolock_()
2854 if (ev->ev_flags & EVLIST_ACTIVE) in event_del_nolock_()
2934 switch ((ev->ev_flags & (EVLIST_ACTIVE|EVLIST_ACTIVE_LATER))) { in event_active_nolock_()
2936 case EVLIST_ACTIVE|EVLIST_ACTIVE_LATER: in event_active_nolock_()
2939 case EVLIST_ACTIVE: in event_active_nolock_()
2983 if (ev->ev_flags & (EVLIST_ACTIVE|EVLIST_ACTIVE_LATER)) { in event_active_later_nolock_()
3014 switch (evcb->evcb_flags & (EVLIST_ACTIVE|EVLIST_ACTIVE_LATER)) { in event_callback_activate_nolock_()
[all …]
/src/contrib/libevent/include/event2/
H A Devent_struct.h60 #define EVLIST_ACTIVE 0x08 macro
/src/contrib/ntp/sntp/libevent/include/event2/
H A Devent_struct.h60 #define EVLIST_ACTIVE 0x08 macro
/src/contrib/ntp/sntp/libevent/test/
H A Dregress.c1889 tt_assert((ev4.ev_flags & EVLIST_ACTIVE) != 0); in test_active_later()
/src/contrib/libevent/test/
H A Dregress.c1889 tt_assert((ev4.ev_flags & EVLIST_ACTIVE) != 0); in test_active_later()