Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/samples/net/cellular_modem/server/
Dte.py21 signal.signal(signal.SIGTERM, terminate_handler)
/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dutils.py46 os.kill(child.pid, signal.SIGTERM)
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/
D_compile_permutate_kconfigs.sh92 trap "{ rm "${temp_conf_file}" ; exit 254; }" SIGTERM
/Zephyr-Core-3.5.0/include/zephyr/posix/
Dsignal.h30 #define SIGTERM 15 /**< Terminated */ macro
/Zephyr-Core-3.5.0/scripts/native_simulator/common/src/
Dnsi_hw_scheduler.c70 NSI_SAFE_CALL(sigaction(SIGTERM, &act, NULL)); in nsi_hws_set_sig_handler()
/Zephyr-Core-3.5.0/tests/posix/headers/src/
Dsignal_h.c150 zassert_not_equal(-1, SIGTERM); in ZTEST()
/Zephyr-Core-3.5.0/boards/posix/native_posix/
Dhw_models_top.c86 PC_SAFE_CALL(sigaction(SIGTERM, &act, NULL)); in hwm_set_sig_handler()
/Zephyr-Core-3.5.0/tests/posix/common/src/
Dsignal.c194 zassert_equal(sigismember(&set, SIGTERM), 0, "%s not expected to be member", "SIGTERM"); in ZTEST()
/Zephyr-Core-3.5.0/scripts/tests/twister/
Dtest_handlers.py277 [mock.call(1, signal.SIGTERM), mock.call(2, signal.SIGTERM)]
290 [mock.call(-1, signal.SIGTERM), mock.call(2, signal.SIGTERM)]
1743 elif sig == signal.SIGTERM:
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/
Dhandlers.py58 os.kill(child.pid, signal.SIGTERM)
800 os.kill(pid, signal.SIGTERM)