Home
last modified time | relevance | path

Searched refs:EVENT_SIGNAL (Results 1 – 7 of 7) sorted by relevance

/external/ltrace/
Dltrace.h27 EVENT_SIGNAL, enumerator
Dlibltrace.c159 if (ev->type==EVENT_SIGNAL && in dispatch_callbacks()
Dhandle_event.c119 case EVENT_SIGNAL: in handle_event()
/external/libevent/include/event2/
Devent_compat.h213 #define EVENT_SIGNAL(ev) event_get_signal(ev) macro
/external/ltrace/sysdeps/linux-gnu/
Devents.c326 event.type = EVENT_SIGNAL; in next_event()
Dtrace.c451 && event->type == EVENT_SIGNAL in handle_stopping_event()
784 if (event->type == EVENT_SIGNAL) { in process_stopping_on_event()
/external/libevent/
DChangeLog954 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…