Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/
H A Devthread-internal.h75 #define EVBASE_NEED_NOTIFY(base) \ macro
213 #define EVBASE_NEED_NOTIFY(base) \ macro
320 #define EVBASE_NEED_NOTIFY(base) 0 macro
H A Devent.c1871 if (EVBASE_NEED_NOTIFY(event_base)) { in event_base_loopbreak()
1890 if (EVBASE_NEED_NOTIFY(event_base)) { in event_base_loopcontinue()
2765 if (res != -1 && notify && EVBASE_NEED_NOTIFY(base)) in event_add_nolock_()
2882 if (res != -1 && notify && EVBASE_NEED_NOTIFY(base)) in event_del_nolock_()
3035 if (EVBASE_NEED_NOTIFY(base)) in event_callback_activate_nolock_()
3049 if (EVBASE_NEED_NOTIFY(base)) in event_callback_activate_later_nolock_()
3890 if (base->virtual_event_count == 0 && EVBASE_NEED_NOTIFY(base)) in event_base_del_virtual_()