Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/
H A Devthread-internal.h73 #define EVBASE_NEED_NOTIFY(base) \ macro
211 #define EVBASE_NEED_NOTIFY(base) \ macro
318 #define EVBASE_NEED_NOTIFY(base) 0 macro
H A Devent.c1866 if (EVBASE_NEED_NOTIFY(event_base)) { in event_base_loopbreak()
1885 if (EVBASE_NEED_NOTIFY(event_base)) { in event_base_loopcontinue()
2760 if (res != -1 && notify && EVBASE_NEED_NOTIFY(base)) in event_add_nolock_()
2877 if (res != -1 && notify && EVBASE_NEED_NOTIFY(base)) in event_del_nolock_()
3030 if (EVBASE_NEED_NOTIFY(base)) in event_callback_activate_nolock_()
3044 if (EVBASE_NEED_NOTIFY(base)) in event_callback_activate_later_nolock_()
3885 if (base->virtual_event_count == 0 && EVBASE_NEED_NOTIFY(base)) in event_base_del_virtual_()
/freebsd/contrib/libevent/
H A Devthread-internal.h73 #define EVBASE_NEED_NOTIFY(base) \ macro
211 #define EVBASE_NEED_NOTIFY(base) \ macro
318 #define EVBASE_NEED_NOTIFY(base) 0 macro
H A Devent.c1866 if (EVBASE_NEED_NOTIFY(event_base)) { in event_base_loopbreak()
1885 if (EVBASE_NEED_NOTIFY(event_base)) { in event_base_loopcontinue()
2760 if (res != -1 && notify && EVBASE_NEED_NOTIFY(base)) in event_add_nolock_()
2877 if (res != -1 && notify && EVBASE_NEED_NOTIFY(base)) in event_del_nolock_()
3030 if (EVBASE_NEED_NOTIFY(base)) in event_callback_activate_nolock_()
3044 if (EVBASE_NEED_NOTIFY(base)) in event_callback_activate_later_nolock_()
3885 if (base->virtual_event_count == 0 && EVBASE_NEED_NOTIFY(base)) in event_base_del_virtual_()