Searched refs:SIGTERM (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.5.0/samples/net/cellular_modem/server/ |
D | te.py | 21 signal.signal(signal.SIGTERM, terminate_handler)
|
/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | utils.py | 46 os.kill(child.pid, signal.SIGTERM)
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/ |
D | _compile_permutate_kconfigs.sh | 92 trap "{ rm "${temp_conf_file}" ; exit 254; }" SIGTERM
|
/Zephyr-Core-3.5.0/include/zephyr/posix/ |
D | signal.h | 30 #define SIGTERM 15 /**< Terminated */ macro
|
/Zephyr-Core-3.5.0/scripts/native_simulator/common/src/ |
D | nsi_hw_scheduler.c | 70 NSI_SAFE_CALL(sigaction(SIGTERM, &act, NULL)); in nsi_hws_set_sig_handler()
|
/Zephyr-Core-3.5.0/tests/posix/headers/src/ |
D | signal_h.c | 150 zassert_not_equal(-1, SIGTERM); in ZTEST()
|
/Zephyr-Core-3.5.0/boards/posix/native_posix/ |
D | hw_models_top.c | 86 PC_SAFE_CALL(sigaction(SIGTERM, &act, NULL)); in hwm_set_sig_handler()
|
/Zephyr-Core-3.5.0/tests/posix/common/src/ |
D | signal.c | 194 zassert_equal(sigismember(&set, SIGTERM), 0, "%s not expected to be member", "SIGTERM"); in ZTEST()
|
/Zephyr-Core-3.5.0/scripts/tests/twister/ |
D | test_handlers.py | 277 [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/ |
D | handlers.py | 58 os.kill(child.pid, signal.SIGTERM) 800 os.kill(pid, signal.SIGTERM)
|