Searched refs:activeq (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/pf/libevent/
H A Devent.c290 struct event_list *activeq = NULL; local
299 activeq = base->activequeues[i];
304 assert(activeq != NULL);
306 for (ev = TAILQ_FIRST(activeq); ev; ev = TAILQ_FIRST(activeq)) {
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devent.c1545 struct evcallback_list *activeq,
1551 EVUTIL_ASSERT(activeq != NULL);
1553 for (evcb = TAILQ_FIRST(activeq); evcb; evcb = TAILQ_FIRST(activeq)) {
1671 struct evcallback_list *activeq = NULL; local
1689 activeq = &base->activequeues[i];
1691 c = event_process_active_single_queue(base, activeq,
1694 c = event_process_active_single_queue(base, activeq,
1544 event_process_active_single_queue(struct event_base *base, struct evcallback_list *activeq, int max_to_process, const struct timeval *endtime) argument
/freebsd-12-stable/contrib/libevent/
H A Devent.c1592 struct evcallback_list *activeq,
1598 EVUTIL_ASSERT(activeq != NULL);
1600 for (evcb = TAILQ_FIRST(activeq); evcb; evcb = TAILQ_FIRST(activeq)) {
1718 struct evcallback_list *activeq = NULL; local
1736 activeq = &base->activequeues[i];
1738 c = event_process_active_single_queue(base, activeq,
1741 c = event_process_active_single_queue(base, activeq,
1591 event_process_active_single_queue(struct event_base *base, struct evcallback_list *activeq, int max_to_process, const struct timeval *endtime) argument

Completed in 110 milliseconds