HomeSort by relevance Sort by last modified time
    Searched full:evsignal (Results 1 - 9 of 9) sorted by null

  /external/chromium/third_party/libevent/
signal.c 62 #include "evsignal.h"
137 /* Helper: set the signal handler for evsignal to handler in base, so that
141 int evsignal, void (*handler)(int))
155 if (evsignal >= sig->sh_old_max) {
156 int new_max = evsignal + 1;
157 event_debug(("%s: evsignal (%d) >= sh_old_max (%d), resizing",
158 __func__, evsignal, sig->sh_old_max));
173 sig->sh_old[evsignal] = malloc(sizeof *sig->sh_old[evsignal]);
174 if (sig->sh_old[evsignal] == NULL)
206 int evsignal; local
271 int evsignal = EVENT_SIGNAL(ev); local
    [all...]
event-internal.h 36 #include "evsignal.h"
90 int _evsignal_set_handler(struct event_base *base, int evsignal,
92 int _evsignal_restore_handler(struct event_base *base, int evsignal);
Makefile.am 36 EXTRA_DIST = autogen.sh event.h event-internal.h log.h evsignal.h evdns.3 \
evport.c 50 * As in the select(2) implementation, signals are handled by evsignal.
76 #include "evsignal.h"
devpoll.c 51 #include "evsignal.h"
epoll.c 53 #include "evsignal.h"
poll.c 53 #include "evsignal.h"
select.c 56 #include "evsignal.h"
Makefile.in 284 EXTRA_DIST = autogen.sh event.h event-internal.h log.h evsignal.h evdns.3 \
    [all...]

Completed in 339 milliseconds