Searched refs:ev_flags (Results 1 – 3 of 3) sorted by relevance
222 ev->ev_flags = EVLIST_INIT; in event_set()241 ev->ev_flags |= EVLIST_SIGNAL; in event_add()251 ev->ev_flags |= EVLIST_INSERTED; in event_add()259 ev->ev_flags |= EVLIST_TIMEOUT; in event_add()264 ev->ev_flags &= ~EVLIST_TIMEOUT; in event_add()267 ev->ev_flags |= EVLIST_ACTIVE; in event_add()284 ev->ev_flags = EVLIST_INIT; in event_del()
96 int ev_flags; member110 #define event_initialized(ev) ((ev)->ev_flags & EVLIST_INIT)
3937 =item * Avoid using ev_flags and the EVLIST_*-macros, while it is