Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/cellular_modem/server/
Dte.py24 signal.signal(signal.SIGTERM, terminate_handler)
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dutils.py46 os.kill(child.pid, signal.SIGTERM)
/Zephyr-latest/tests/bsim/bluetooth/ll/
D_compile_permutate_kconfigs.sh87 trap "{ rm "${temp_conf_file}" ; exit 254; }" SIGTERM
/Zephyr-latest/scripts/native_simulator/common/src/
Dnsi_hw_scheduler.c70 NSI_SAFE_CALL(sigaction(SIGTERM, &act, NULL)); in nsi_hws_set_sig_handler()
/Zephyr-latest/boards/native/native_posix/
Dhw_models_top.c86 PC_SAFE_CALL(sigaction(SIGTERM, &act, NULL)); in hwm_set_sig_handler()
/Zephyr-latest/include/zephyr/posix/
Dsignal.h31 #define SIGTERM 15 /**< Terminated */ macro
/Zephyr-latest/tests/posix/headers/src/
Dsignal_h.c158 zassert_not_equal(-1, SIGTERM); in ZTEST()
/Zephyr-latest/scripts/tests/twister/
Dtest_handlers.py245 [mock.call(1, signal.SIGTERM), mock.call(2, signal.SIGTERM)]
258 [mock.call(-1, signal.SIGTERM), mock.call(2, signal.SIGTERM)]
/Zephyr-latest/tests/posix/signals/src/
Dmain.c195 zassert_equal(sigismember(&set, SIGTERM), 0, "%s not expected to be member", "SIGTERM"); in ZTEST()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py64 os.kill(child.pid, signal.SIGTERM)
1043 os.kill(pid, signal.SIGTERM)
1216 os.kill(pid, signal.SIGTERM)