Home
last modified time | relevance | path

Searched refs:sigint_handler (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dmulti_ebb_procs_test.c21 static void sigint_handler(int signal) in sigint_handler() function
27 .sa_handler = sigint_handler,
/openbmc/linux/tools/workqueue/
H A Dwq_monitor.py132 def sigint_handler(signr, frame): function
152 signal.signal(signal.SIGINT, sigint_handler)
/openbmc/linux/tools/testing/selftests/net/
H A Dudpgso_bench_rx.c55 static void sigint_handler(int signum) in sigint_handler() function
404 signal(SIGINT, sigint_handler); in main()
H A Dudpgso_bench_tx.c90 static void sigint_handler(int signum) in sigint_handler() function
653 signal(SIGINT, sigint_handler); in main()
/openbmc/linux/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl50 sub sigint_handler { subroutine
H A Dtrace-vmscan-postprocess.pl81 sub sigint_handler { subroutine
/openbmc/linux/tools/firewire/
H A Dnosy-dump.c125 sigint_handler(int signal_num) in sigint_handler() function
906 sys_sigint_handler = signal(SIGINT, sigint_handler); in main()
/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/
H A D0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch68 ((sigint_handler = trap_to_sighandler (SIGINT)) == trap_handler))
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c1018 static void sigint_handler(int signum) in sigint_handler() function
1377 .sa_handler = sigint_handler, in server_main()