HomeSort by relevance Sort by last modified time
    Searched refs:EVLIST_ACTIVE (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libevent/
event.c 285 if (base->sig.ev_signal.ev_flags & EVLIST_ACTIVE)
287 EVLIST_ACTIVE);
375 event_queue_remove(base, ev, EVLIST_ACTIVE);
658 if (ev->ev_flags & EVLIST_ACTIVE)
680 if (ev->ev_flags & EVLIST_ACTIVE)
728 !(ev->ev_flags & (EVLIST_INSERTED|EVLIST_ACTIVE))) {
751 if ((ev->ev_flags & EVLIST_ACTIVE) &&
761 event_queue_remove(base, ev, EVLIST_ACTIVE);
806 if (ev->ev_flags & EVLIST_ACTIVE)
807 event_queue_remove(base, ev, EVLIST_ACTIVE);
    [all...]
event.h 188 #define EVLIST_ACTIVE 0x08
    [all...]

Completed in 27 milliseconds