Searched refs:sigint_handler (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dmulti_ebb_procs_test.c21 static void sigint_handler(int signal) function
27 .sa_handler = sigint_handler,
/linux-master/tools/workqueue/
H A Dwq_monitor.py132 def sigint_handler(signr, frame): function
152 signal.signal(signal.SIGINT, sigint_handler)
/linux-master/tools/testing/selftests/net/
H A Dudpgso_bench_rx.c55 static void sigint_handler(int signum) function
404 signal(SIGINT, sigint_handler);
H A Dudpgso_bench_tx.c90 static void sigint_handler(int signum) function
653 signal(SIGINT, sigint_handler);
/linux-master/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl50 sub sigint_handler { subroutine
70 $SIG{INT} = "sigint_handler";
H A Dtrace-vmscan-postprocess.pl81 sub sigint_handler { subroutine
101 $SIG{INT} = "sigint_handler";
/linux-master/tools/firewire/
H A Dnosy-dump.c125 sigint_handler(int signal_num) function
906 sys_sigint_handler = signal(SIGINT, sigint_handler);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c1044 static void sigint_handler(int signum) function
1404 .sa_handler = sigint_handler,

Completed in 127 milliseconds