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

/external/libevent/
H A Devthread-internal.h70 #define EVBASE_NEED_NOTIFY(base) \ macro
199 #define EVBASE_NEED_NOTIFY(base) \ macro
306 #define EVBASE_NEED_NOTIFY(base) 0 macro
H A Devent.c1821 if (EVBASE_NEED_NOTIFY(event_base)) {
1840 if (EVBASE_NEED_NOTIFY(event_base)) {
2710 if (res != -1 && notify && EVBASE_NEED_NOTIFY(base))
2838 if (res != -1 && notify && EVBASE_NEED_NOTIFY(base))
2975 if (EVBASE_NEED_NOTIFY(base))
2989 if (EVBASE_NEED_NOTIFY(base))
3805 if (base->virtual_event_count == 0 && EVBASE_NEED_NOTIFY(base))

Completed in 94 milliseconds