Home
last modified time | relevance | path

Searched refs:SIGINT (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/samples/net/cellular_modem/server/
Dte.py25 signal.signal(signal.SIGINT, terminate_handler)
/Zephyr-latest/tests/bsim/bluetooth/ll/
D_compile_permutate_kconfigs.sh86 trap "{ rm "${temp_conf_file}" ; exit 255; }" SIGINT
/Zephyr-latest/scripts/native_simulator/common/src/
Dnsi_hw_scheduler.c71 NSI_SAFE_CALL(sigaction(SIGINT, &act, NULL)); in nsi_hws_set_sig_handler()
/Zephyr-latest/scripts/west_commands/runners/
Dblackmagicprobe.py184 previous = signal.signal(signal.SIGINT, signal.SIG_IGN)
188 signal.signal(signal.SIGINT, previous)
Dcore.py829 previous = signal.signal(signal.SIGINT, signal.SIG_IGN)
833 signal.signal(signal.SIGINT, previous)
/Zephyr-latest/boards/native/native_posix/
Dhw_models_top.c87 PC_SAFE_CALL(sigaction(SIGINT, &act, NULL)); in hwm_set_sig_handler()
/Zephyr-latest/include/zephyr/posix/
Dsignal.h18 #define SIGINT 2 /**< Interrupt */ macro
/Zephyr-latest/tests/posix/headers/src/
Dsignal_h.c152 zassert_not_equal(-1, SIGINT); in ZTEST()
/Zephyr-latest/samples/philosophers/
DREADME.rst87 Thread 1 received signal SIGINT, Interrupt.