Searched refs:EVENT_SIGNAL (Results 1 – 7 of 7) sorted by relevance
27 EVENT_SIGNAL, enumerator
159 if (ev->type==EVENT_SIGNAL && in dispatch_callbacks()
119 case EVENT_SIGNAL: in handle_event()
213 #define EVENT_SIGNAL(ev) event_get_signal(ev) macro
326 event.type = EVENT_SIGNAL; in next_event()
451 && event->type == EVENT_SIGNAL in handle_stopping_event()784 if (event->type == EVENT_SIGNAL) { in process_stopping_on_event()
954 o Deprecate EVENT_FD and EVENT_SIGNAL. (f6b2694)1286 …o turn event_initialized() into a function, and add function equivalents to EVENT_SIGNAL and EVENT…