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

/freebsd-12-stable/contrib/ntp/sntp/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.c1774 if (EVBASE_NEED_NOTIFY(event_base)) {
1793 if (EVBASE_NEED_NOTIFY(event_base)) {
2663 if (res != -1 && notify && EVBASE_NEED_NOTIFY(base))
2791 if (res != -1 && notify && EVBASE_NEED_NOTIFY(base))
2928 if (EVBASE_NEED_NOTIFY(base))
2942 if (EVBASE_NEED_NOTIFY(base))
3755 if (base->virtual_event_count == 0 && EVBASE_NEED_NOTIFY(base))
/freebsd-12-stable/contrib/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 76 milliseconds