Searched refs:SIGINT (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/samples/net/cellular_modem/server/ |
D | te.py | 25 signal.signal(signal.SIGINT, terminate_handler)
|
/Zephyr-latest/tests/bsim/bluetooth/ll/ |
D | _compile_permutate_kconfigs.sh | 86 trap "{ rm "${temp_conf_file}" ; exit 255; }" SIGINT
|
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nsi_hw_scheduler.c | 71 NSI_SAFE_CALL(sigaction(SIGINT, &act, NULL)); in nsi_hws_set_sig_handler()
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | blackmagicprobe.py | 184 previous = signal.signal(signal.SIGINT, signal.SIG_IGN) 188 signal.signal(signal.SIGINT, previous)
|
D | core.py | 829 previous = signal.signal(signal.SIGINT, signal.SIG_IGN) 833 signal.signal(signal.SIGINT, previous)
|
/Zephyr-latest/boards/native/native_posix/ |
D | hw_models_top.c | 87 PC_SAFE_CALL(sigaction(SIGINT, &act, NULL)); in hwm_set_sig_handler()
|
/Zephyr-latest/include/zephyr/posix/ |
D | signal.h | 18 #define SIGINT 2 /**< Interrupt */ macro
|
/Zephyr-latest/tests/posix/headers/src/ |
D | signal_h.c | 152 zassert_not_equal(-1, SIGINT); in ZTEST()
|
/Zephyr-latest/samples/philosophers/ |
D | README.rst | 87 Thread 1 received signal SIGINT, Interrupt.
|