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

  /external/libevent/
changelist-internal.h 58 short old_events; member in struct:event_change
epoll.c 258 ch->old_events, \
380 ch.old_events = old;
401 ch.old_events = old;
epolltable-internal.h 37 Note also also that we are shifting old_events by only 5 bits, since
48 (the read change is not del, and ev_read is in old_events):
51 (the write change is not del, and ev_write is in old_events):
54 If old_events is set:
64 Else if ev_write is in old_events:
71 If ev_read is in old_events:
94 [*2] We can't replace this with a no-op even if old_events is the same as
128 (((c)->old_events&(EV_READ|EV_WRITE)) << 5) | \
129 (((c)->old_events&(EV_CLOSED)) << 1) \
    [all...]
evmap.c 821 * old_events field to old_events.
826 short old_events,
846 change->old_events = old_events;
919 if (!(change->old_events & (EV_READ | EV_SIGNAL)))
925 if (!(change->old_events & EV_WRITE))
931 if (!(change->old_events & EV_CLOSED))

Completed in 1487 milliseconds