Searched refs:EVLIST_INSERTED (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libevent/
H A Devent.c284 EVLIST_INSERTED);
678 if (ev->ev_flags & EVLIST_INSERTED)
728 !(ev->ev_flags & (EVLIST_INSERTED|EVLIST_ACTIVE))) {
731 event_queue_insert(base, ev, EVLIST_INSERTED);
809 if (ev->ev_flags & EVLIST_INSERTED) {
810 event_queue_remove(base, ev, EVLIST_INSERTED);
939 case EVLIST_INSERTED:
972 case EVLIST_INSERTED:
H A Devent.h186 #define EVLIST_INSERTED 0x02 macro

Completed in 34 milliseconds