Home
last modified time | relevance | path

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

/external/libevent/
Devthread-internal.h70 #define EVBASE_NEED_NOTIFY(base) \ macro
199 #define EVBASE_NEED_NOTIFY(base) \ macro
306 #define EVBASE_NEED_NOTIFY(base) 0 macro
Devent.c1821 if (EVBASE_NEED_NOTIFY(event_base)) { in event_base_loopbreak()
1840 if (EVBASE_NEED_NOTIFY(event_base)) { in event_base_loopcontinue()
2710 if (res != -1 && notify && EVBASE_NEED_NOTIFY(base)) in event_add_nolock_()
2838 if (res != -1 && notify && EVBASE_NEED_NOTIFY(base)) in event_del_nolock_()
2975 if (EVBASE_NEED_NOTIFY(base)) in event_callback_activate_nolock_()
2989 if (EVBASE_NEED_NOTIFY(base)) in event_callback_activate_later_nolock_()
3805 if (base->virtual_event_count == 0 && EVBASE_NEED_NOTIFY(base)) in event_base_del_virtual_()