Home
last modified time | relevance | path

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

/external/libevent/
Devent.c1635 struct evcallback_list *activeq, in event_process_active_single_queue() argument
1641 EVUTIL_ASSERT(activeq != NULL); in event_process_active_single_queue()
1643 for (evcb = TAILQ_FIRST(activeq); evcb; evcb = TAILQ_FIRST(activeq)) { in event_process_active_single_queue()
1763 struct evcallback_list *activeq = NULL; in event_process_active() local
1781 activeq = &base->activequeues[i]; in event_process_active()
1783 c = event_process_active_single_queue(base, activeq, in event_process_active()
1786 c = event_process_active_single_queue(base, activeq, in event_process_active()