Home
last modified time | relevance | path

Searched refs:SIGTERM (Results 1 – 25 of 87) sorted by relevance

1234

/tools/testing/selftests/proc/
A Dsetns-dcache.c41 kill(pid, SIGTERM); in f()
108 kill(pid, SIGTERM); in main()
A Dsetns-sysvipc.c40 kill(pid, SIGTERM); in f()
107 kill(pid, SIGTERM); in main()
/tools/testing/selftests/thermal/intel/power_floor/
A Dpower_floor_test.c48 if (signal(SIGTERM, power_floor_exit) == SIG_IGN) in main()
49 signal(SIGTERM, SIG_IGN); in main()
/tools/testing/selftests/powerpc/
A Dharness.c66 kill(-pid, SIGTERM); in run_test()
74 kill(-pid, SIGTERM); in run_test()
/tools/testing/selftests/arm64/fp/
A Dasm-offsets.h7 #define SIGTERM 15 macro
/tools/testing/selftests/thermal/intel/workload_hint/
A Dworkload_hint_test.c89 if (signal(SIGTERM, workload_hint_exit) == SIG_IGN) in main()
90 signal(SIGTERM, SIG_IGN); in main()
/tools/testing/selftests/powerpc/pmu/
A Dlib.c79 kill(child_pid, SIGTERM); in kill_child_and_wait()
92 signal(SIGTERM, SIG_DFL); in eat_cpu_child()
/tools/testing/selftests/mm/
A Ddroppable.c49 kill(child, SIGTERM); in main()
A Dmigration.c178 ASSERT_EQ(kill(self->pids[i], SIGTERM), 0);
250 ASSERT_EQ(kill(self->pids[i], SIGTERM), 0);
310 ASSERT_EQ(kill(self->pids[i], SIGTERM), 0);
/tools/testing/selftests/net/
A Dfin_ack_lat.c106 kill(SIGTERM, child_pid); in sig_handler()
118 if (signal(SIGTERM, sig_handler) == SIG_ERR) in main()
/tools/testing/selftests/cgroup/
A Dwith_stress.sh97 kill -SIGTERM $pid
A Dtest_cpuset.c133 (void)kill(object_pid, SIGTERM); in test_cpuset_perms_object()
219 (void)kill(object_pid, SIGTERM); in test_cpuset_perms_subtree()
/tools/lib/subcmd/
A Dsigchain.c51 sigchain_push(SIGTERM, f); in sigchain_push_common()
/tools/virtio/virtio-trace/
A Dtrace-agent-ctl.c96 signal(SIGTERM, signal_handler); in rw_ctl_loop()
/tools/testing/selftests/uevent/
A Duevent_filtering.c328 ret = kill(pid, SIGTERM); /* success */ in do_test()
344 if (sig == SIGTERM) in signal_handler()
374 ret = sigaction(SIGTERM, &act, NULL); in TEST()
/tools/power/x86/intel-speed-select/
A Disst-daemon.c137 case SIGTERM: in signal_handler()
170 sigaction(SIGTERM, &sig_actions, NULL);
/tools/sched_ext/
A Dscx_simple.c70 signal(SIGTERM, sigint_handler); in main()
/tools/testing/selftests/filesystems/fat/
A Drun_fat_tests.sh24 trap cleanup SIGINT SIGTERM EXIT
/tools/testing/selftests/net/lib/py/
A Dksft.py227 prev_sigterm = signal.signal(signal.SIGTERM, _ksft_intr)
272 signal.signal(signal.SIGTERM, prev_sigterm)
/tools/testing/selftests/bpf/map_tests/
A Dsk_storage_map.c403 signal(SIGTERM, stop_handler); in test_sk_storage_map_stress_free()
420 signal(SIGTERM, SIG_DFL); in test_sk_storage_map_stress_free()
437 signal(SIGTERM, stop_handler); in test_sk_storage_map_stress_change()
446 signal(SIGTERM, SIG_DFL); in test_sk_storage_map_stress_change()
/tools/thermal/tmon/
A Dtmon.c103 case SIGTERM: in tmon_sig_handler()
279 if (signal(SIGTERM, tmon_sig_handler) == SIG_ERR) in main()
/tools/testing/selftests/powerpc/ptrace/
A Dptrace-vsx.c90 kill(pid, SIGTERM); in ptrace_vsx()
A Dptrace-tm-gpr.c133 kill(pid, SIGTERM); in ptrace_tm_gpr()
/tools/verification/rv/src/
A Drv.c194 signal(SIGTERM, stop_rv); in main()
/tools/testing/selftests/arm64/gcs/
A Dgcs-stress-thread.S20 #define SIGTERM 15 macro
279 mov w0, #SIGTERM

Completed in 26 milliseconds

1234