Home
last modified time | relevance | path

Searched refs:SIGTERM (Results 1 – 25 of 194) 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/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.cpp43 if (sigemptyset(&ss) < 0 || sigaddset(&ss, SIGTERM) < 0 || in run()
59 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/openbmc/poky/bitbake/bin/
H A Dbitbake-worker142 signal.signal(signal.SIGTERM, signal.SIG_DFL)
143 os.killpg(0, signal.SIGTERM)
236 signal.signal(signal.SIGTERM, sigterm_handler)
396 signal.signal(signal.SIGTERM, self.sigterm_exception)
405 if signum == signal.SIGTERM:
410 signal.signal(signal.SIGTERM, signal.SIG_DFL)
411 os.kill(os.getpid(), signal.SIGTERM)
421 self.sigterm_exception(signal.SIGTERM, None)
551 os.kill(-k, signal.SIGTERM)
/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/arm64/fp/
H A Dasm-offsets.h7 #define SIGTERM 15 macro
/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/openbmc-test-automation/templates/
H A Dpgm_template.tcl43 trap { exit_proc } [list SIGTERM SIGINT]
/openbmc/telemetry/src/
H A Dmain.cpp14 boost::asio::signal_set signals(ioc, SIGINT, SIGTERM); in main()
/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,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dippool.service12 # ExecStop is not needed. systemd will send SIGTERM
/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/u-boot/include/asm-generic/
H A Dsignal.h25 #define SIGTERM 15 macro
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dsignal.h33 #define SIGTERM 15 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dsignal.h20 #define SIGTERM 15 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dsignal.h26 #define SIGTERM 15 macro

12345678