HomeSort by relevance Sort by last modified time
    Searched refs:evsignal (Results 1 - 2 of 2) 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);

Completed in 39 milliseconds