Home | History | Annotate | Download | only in libevent

Lines Matching defs:signum

536  * fn(base, signum, evmap_io, arg), where fn is the user-provided
537 * function, base is the event_base, signum is the signal number, evmap_io
578 * call fn(base, signum, evmap_signal, arg), where fn is the user-provided
579 * function, base is the event_base, signum is the signal number, evmap_signal
593 int signum;
595 for (signum = 0; signum < sigmap->nentries; ++signum) {
596 struct evmap_signal *ctx = sigmap->entries[signum];
599 if ((r = fn(base, signum, ctx, arg)))
642 int signum, struct evmap_signal *ctx, void *arg)
648 if (evsel->add(base, signum, 0, EV_SIGNAL, NULL) == -1)
688 evmap_signal_delete_all_iter_fn(struct event_base *base, int signum,
988 int signum, struct evmap_signal *sig_info, void *arg)
996 EVUTIL_ASSERT(ev->ev_fd == signum);
1039 evmap_signal_foreach_event_fn(struct event_base *base, int signum,