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

  /external/chromium_org/third_party/libevent/
event.c 273 if (base->sig.ev_signal.ev_flags & EVLIST_ACTIVE)
275 EVLIST_ACTIVE);
363 event_queue_remove(base, ev, EVLIST_ACTIVE);
646 if (ev->ev_flags & EVLIST_ACTIVE)
668 if (ev->ev_flags & EVLIST_ACTIVE)
716 !(ev->ev_flags & (EVLIST_INSERTED|EVLIST_ACTIVE))) {
739 if ((ev->ev_flags & EVLIST_ACTIVE) &&
749 event_queue_remove(base, ev, EVLIST_ACTIVE);
790 if (ev->ev_flags & EVLIST_ACTIVE)
791 event_queue_remove(base, ev, EVLIST_ACTIVE);
    [all...]
event.h 188 #define EVLIST_ACTIVE 0x08
    [all...]

Completed in 209 milliseconds