Home | History | Annotate | Download | only in btreplay

Lines Matching full:signum

366  * setup_signal - Set up a signal handler for the specified signum
368 static inline void setup_signal(int signum, sighandler_t handler)
370 if (signal(signum, handler) == SIG_ERR) {
372 signum);
1578 static void set_signal_done(__attribute__((__unused__))int signum)