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

  /external/chromium_org/third_party/libevent/
event.c 272 EVLIST_INSERTED);
666 if (ev->ev_flags & EVLIST_INSERTED)
716 !(ev->ev_flags & (EVLIST_INSERTED|EVLIST_ACTIVE))) {
719 event_queue_insert(base, ev, EVLIST_INSERTED);
793 if (ev->ev_flags & EVLIST_INSERTED) {
794 event_queue_remove(base, ev, EVLIST_INSERTED);
923 case EVLIST_INSERTED:
956 case EVLIST_INSERTED:
event.h 186 #define EVLIST_INSERTED 0x02
    [all...]

Completed in 42 milliseconds