Home
last modified time | relevance | path

Searched refs:SIGINT (Results 1 – 25 of 103) sorted by relevance

12345

/tools/testing/selftests/powerpc/pmu/ebb/
A Dmulti_ebb_procs_test.c34 if (sigaction(SIGINT, &sigint_action, NULL)) { in cycles_child()
96 kill(pids[i], SIGINT); in multi_ebb_procs()
/tools/testing/selftests/thermal/intel/power_floor/
A Dpower_floor_test.c44 if (signal(SIGINT, power_floor_exit) == SIG_IGN) in main()
45 signal(SIGINT, SIG_IGN); in main()
/tools/testing/selftests/arm64/fp/
A Dasm-offsets.h8 #define SIGINT 2 macro
/tools/testing/selftests/thermal/intel/workload_hint/
A Dworkload_hint_test.c85 if (signal(SIGINT, workload_hint_exit) == SIG_IGN) in main()
86 signal(SIGINT, SIG_IGN); in main()
/tools/testing/selftests/livepatch/
A Dtest_klp-call_getpid.c33 signal(SIGINT, &int_handler); in main()
/tools/perf/tests/workloads/
A Dnoploop.c24 signal(SIGINT, sighandler); in noploop()
A Ddatasym.c33 signal(SIGINT, sighandler); in datasym()
A Dleafloop.c38 signal(SIGINT, sighandler); in leafloop()
A Dthloop.c40 signal(SIGINT, sighandler); in thloop()
/tools/testing/selftests/cgroup/
A Dtest_pids.c58 if (kill(pid, SIGINT)) in test_pids_max()
108 if (kill(pid, SIGINT)) in test_pids_events()
/tools/power/x86/intel-speed-select/
A Disst-daemon.c136 case SIGINT: in signal_handler()
171 sigaction(SIGINT, &sig_actions, NULL);
235 signal(SIGINT, signal_handler);
/tools/testing/selftests/mm/
A Dwrite_to_hugetlbfs.c49 if (signo == SIGINT) { in sig_handler()
79 if (signal(SIGINT, sig_handler) == SIG_ERR) in main()
/tools/lib/subcmd/
A Dsigchain.c49 sigchain_push(SIGINT, f); in sigchain_push_common()
/tools/testing/selftests/timers/
A Dleapcrash.c67 signal(SIGINT, handler); in main()
/tools/virtio/virtio-trace/
A Dtrace-agent-ctl.c97 signal(SIGINT, signal_handler); in rw_ctl_loop()
/tools/testing/selftests/powerpc/
A Dharness.c111 if (sigaction(SIGINT, &sig_action, NULL)) { in test_harness()
/tools/sched_ext/
A Dscx_simple.c69 signal(SIGINT, sigint_handler); in main()
/tools/testing/selftests/filesystems/fat/
A Drun_fat_tests.sh24 trap cleanup SIGINT SIGTERM EXIT
/tools/testing/selftests/bpf/map_tests/
A Dsk_storage_map.c404 signal(SIGINT, stop_handler); in test_sk_storage_map_stress_free()
421 signal(SIGINT, SIG_DFL); in test_sk_storage_map_stress_free()
438 signal(SIGINT, stop_handler); in test_sk_storage_map_stress_change()
447 signal(SIGINT, SIG_DFL); in test_sk_storage_map_stress_change()
/tools/thermal/tmon/
A Dtmon.c111 case SIGINT: in tmon_sig_handler()
277 if (signal(SIGINT, tmon_sig_handler) == SIG_ERR) in main()
/tools/verification/rv/src/
A Drv.c193 signal(SIGINT, stop_rv); in main()
/tools/bpf/bpftool/
A Dtracelog.c146 sigaction(SIGINT, &act, NULL); in do_tracelog()
/tools/testing/selftests/net/
A Dudpgso_bench_rx.c57 if (signum == SIGINT) in sigint_handler()
404 signal(SIGINT, sigint_handler); in main()
/tools/arch/x86/dell-uart-backlight-emulator/
A Ddell-uart-backlight-emulator.c78 sigaction(SIGINT, &sigact, 0); in main()
/tools/laptop/dslm/
A Ddslm.c159 signal(SIGINT, ender); in main()

Completed in 26 milliseconds

12345