Searched refs:UB_EV_SIGNAL (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/util/
H A Dub_event.h58 #define UB_EV_SIGNAL 0x08 macro
H A Dub_event.c70 UB_EV_WRITE != EV_WRITE || UB_EV_SIGNAL != EV_SIGNAL || \
77 | (((b) & UB_EV_SIGNAL ) ? EV_SIGNAL : 0) \
84 | (((b) & EV_SIGNAL ) ? UB_EV_SIGNAL : 0) \
H A Dub_event_pluggable.c72 UB_EV_WRITE != EV_WRITE || UB_EV_SIGNAL != EV_SIGNAL || \
79 | (((b) & UB_EV_SIGNAL ) ? EV_SIGNAL : 0) \
86 | (((b) & EV_SIGNAL ) ? UB_EV_SIGNAL : 0) \
H A Dnetevent.c5051 if(!(event & UB_EV_SIGNAL))
/netbsd-current/external/bsd/unbound/dist/libunbound/
H A Dunbound-event.h73 #define UB_EV_SIGNAL 0x08 macro

Completed in 189 milliseconds