Home
last modified time | relevance | path

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

12345678

/openbmc/openbmc/poky/bitbake/lib/bb/tests/support/
H A Dhttpserver.py48 orig = signal.getsignal(signal.SIGTERM)
49 signal.signal(signal.SIGTERM, signal.SIG_DFL)
51 signal.signal(signal.SIGTERM, orig)
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dhttpserver.py56 orig = signal.getsignal(signal.SIGTERM)
57 signal.signal(signal.SIGTERM, signal.SIG_DFL)
59 signal.signal(signal.SIGTERM, orig)
/openbmc/linux/arch/um/os-Linux/
H A Dutil.c112 signal(SIGTERM, SIG_DFL); in os_fix_helper_signals()
128 signal(SIGTERM, SIG_IGN); in os_dump_core()
129 kill(0, SIGTERM); in os_dump_core()
/openbmc/linux/tools/testing/selftests/proc/
H A Dsetns-dcache.c41 kill(pid, SIGTERM); in f()
108 kill(pid, SIGTERM); in main()
H A Dsetns-sysvipc.c40 kill(pid, SIGTERM); in f()
107 kill(pid, SIGTERM); in main()
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker152 signal.signal(signal.SIGTERM, signal.SIG_DFL)
153 os.killpg(0, signal.SIGTERM)
246 signal.signal(signal.SIGTERM, sigterm_handler)
406 signal.signal(signal.SIGTERM, self.sigterm_exception)
415 if signum == signal.SIGTERM:
420 signal.signal(signal.SIGTERM, signal.SIG_DFL)
421 os.kill(os.getpid(), signal.SIGTERM)
431 self.sigterm_exception(signal.SIGTERM, None)
561 os.kill(-k, signal.SIGTERM)
/openbmc/linux/tools/testing/selftests/powerpc/
H A Dharness.c66 kill(-pid, SIGTERM); in run_test()
74 kill(-pid, SIGTERM); in run_test()
/openbmc/slpd-lite/
H A Dslp_server.cpp42 if (sigemptyset(&ss) < 0 || sigaddset(&ss, SIGTERM) < 0 || in run()
58 r = sd_event_add_signal(eventPtr.get(), NULL, SIGTERM, NULL, NULL); in run()
/openbmc/phosphor-networkd/src/
H A Dnetwork_manager_main.cpp63 stdplus::signal::block(SIGTERM); in main()
64 sdeventplus::source::Signal(event, SIGTERM, termCb).set_floating(true); in main()
/openbmc/kcsbridge/src/
H A Dmain.cpp46 stdplus::signal::block(SIGTERM); in execute()
47 Signal sig_term(event, SIGTERM, exit_handler); in execute()
/openbmc/phosphor-host-ipmid/transport/serialbridge/
H A Dserialbridged.cpp40 stdplus::signal::block(SIGTERM); in execute()
41 Signal sig_term(event, SIGTERM, exit_handler); in execute()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Druncmd.py83 self.assertEqual(result.status, -signal.SIGTERM)
93 self.assertEqual(result.status, -signal.SIGTERM)
109 self.assertEqual(result.status, -signal.SIGTERM)
/openbmc/linux/tools/testing/selftests/powerpc/pmu/
H A Dlib.c79 kill(child_pid, SIGTERM); in kill_child_and_wait()
92 signal(SIGTERM, SIG_DFL); in eat_cpu_child()
/openbmc/linux/tools/testing/selftests/net/
H A Dfin_ack_lat.c106 kill(SIGTERM, child_pid); in sig_handler()
118 if (signal(SIGTERM, sig_handler) == SIG_ERR) in main()
/openbmc/linux/tools/testing/selftests/uevent/
H A Duevent_filtering.c326 ret = kill(pid, SIGTERM); /* success */ in do_test()
342 if (sig == SIGTERM) in signal_handler()
372 ret = sigaction(SIGTERM, &act, NULL); in TEST()
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dasm-offsets.h7 #define SIGTERM 15 macro
/openbmc/openbmc-test-automation/templates/
H A Dpgm_template.tcl43 trap { exit_proc } [list SIGTERM SIGINT]
/openbmc/linux/tools/testing/selftests/cgroup/
H 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()
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dssh.py23 elif status == 255 or status == -signal.SIGTERM:
/openbmc/telemetry/src/
H A Dmain.cpp14 boost::asio::signal_set signals(ioc, SIGINT, SIGTERM); in main()
/openbmc/linux/tools/testing/selftests/bpf/map_tests/
H 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()
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst-daemon.c136 case SIGTERM: in signal_handler()
169 sigaction(SIGTERM, &sig_actions, NULL);
/openbmc/phosphor-mboxd/
H A Dmboxd.c84 case SIGTERM: in poll_loop()
147 sigaddset(set, SIGTERM); in init_signals()
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dsignal.h28 #define SIGTERM 15 macro
/openbmc/linux/security/apparmor/include/
H A Dsig_names.h28 [SIGTERM] = 15,

12345678