Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Devthread-internal.h75 #define EVBASE_NEED_NOTIFY(base) \ macro
213 #define EVBASE_NEED_NOTIFY(base) \ macro
320 #define EVBASE_NEED_NOTIFY(base) 0 macro
Devent.c1868 if (EVBASE_NEED_NOTIFY(event_base)) { in event_base_loopbreak()
1887 if (EVBASE_NEED_NOTIFY(event_base)) { in event_base_loopcontinue()
2762 if (res != -1 && notify && EVBASE_NEED_NOTIFY(base)) in event_add_nolock_()
2879 if (res != -1 && notify && EVBASE_NEED_NOTIFY(base)) in event_del_nolock_()
3032 if (EVBASE_NEED_NOTIFY(base)) in event_callback_activate_nolock_()
3046 if (EVBASE_NEED_NOTIFY(base)) in event_callback_activate_later_nolock_()
3887 if (base->virtual_event_count == 0 && EVBASE_NEED_NOTIFY(base)) in event_base_del_virtual_()
/netbsd/src/external/bsd/libevent/dist/
Devthread-internal.h75 #define EVBASE_NEED_NOTIFY(base) \ macro
213 #define EVBASE_NEED_NOTIFY(base) \ macro
320 #define EVBASE_NEED_NOTIFY(base) 0 macro
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_()