Home
last modified time | relevance | path

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

/external/libevent/
Devent.c1592 struct evcallback_list *activeq, in event_process_active_single_queue() argument
1598 EVUTIL_ASSERT(activeq != NULL); in event_process_active_single_queue()
1600 for (evcb = TAILQ_FIRST(activeq); evcb; evcb = TAILQ_FIRST(activeq)) { in event_process_active_single_queue()
1718 struct evcallback_list *activeq = NULL; in event_process_active() local
1736 activeq = &base->activequeues[i]; in event_process_active()
1738 c = event_process_active_single_queue(base, activeq, in event_process_active()
1741 c = event_process_active_single_queue(base, activeq, in event_process_active()