Lines Matching defs:signum
538 * fn(base, signum, evmap_io, arg), where fn is the user-provided
539 * function, base is the event_base, signum is the signal number, evmap_io
580 * call fn(base, signum, evmap_signal, arg), where fn is the user-provided
581 * function, base is the event_base, signum is the signal number, evmap_signal
595 int signum;
597 for (signum = 0; signum < sigmap->nentries; ++signum) {
598 struct evmap_signal *ctx = sigmap->entries[signum];
601 if ((r = fn(base, signum, ctx, arg)))
644 int signum, struct evmap_signal *ctx, void *arg)
650 if (evsel->add(base, signum, 0, EV_SIGNAL, NULL) == -1)
690 evmap_signal_delete_all_iter_fn(struct event_base *base, int signum,
990 int signum, struct evmap_signal *sig_info, void *arg)
998 EVUTIL_ASSERT(ev->ev_fd == signum);
1041 evmap_signal_foreach_event_fn(struct event_base *base, int signum,