Searched refs:kill (Results 1 – 24 of 24) sorted by relevance
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | utils.py | 46 os.kill(child.pid, signal.SIGTERM) 52 proc.kill()
|
D | hardware_adapter.py | 116 process.kill()
|
/Zephyr-latest/lib/posix/options/ |
D | signal.c | 133 int kill(pid_t pid, int sig) in kill() function 141 FUNC_ALIAS(kill, _kill, int);
|
/Zephyr-latest/tests/bsim/ |
D | sh_common.source | 33 kill -15 $process_id 49 run_in_background timeout --kill-after=5 -v ${EXECUTE_TIMEOUT} $@
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/ |
D | test_stm.py | 101 child.kill() 102 proc.kill()
|
/Zephyr-latest/tests/net/socket/tls_configurations/pytest/ |
D | test_app_vs_openssl.py | 80 server.kill()
|
/Zephyr-latest/tests/boards/nrf/coresight_stm/pytest/ |
D | test_stm.py | 123 child.kill() 124 proc.kill()
|
/Zephyr-latest/include/zephyr/posix/ |
D | signal.h | 122 int kill(pid_t pid, int sig);
|
/Zephyr-latest/tests/posix/headers/src/ |
D | signal_h.c | 171 zassert_not_null(kill); in ZTEST()
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | benchmark_256KB.robot | 7 Suite Teardown Terminate All Processes kill=True
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 64 os.kill(child.pid, signal.SIGTERM) 68 proc.kill() 207 os.kill(pid, signal.SIGKILL) 543 proc.kill() 1043 os.kill(pid, signal.SIGTERM) 1216 os.kill(pid, signal.SIGTERM) 1416 proc.kill()
|
D | harness.py | 514 proc.kill()
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | remote-fw-service.py | 221 proc.kill()
|
/Zephyr-latest/lib/libc/newlib/ |
D | libc-hooks.c | 274 __weak FUNC_ALIAS(_kill, kill, int);
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_handlers.py | 232 mock_proc.kill = mock.Mock(return_value=None) 243 mock_proc.kill.assert_called_once() 1003 mock.call.kill(),
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 475 behaviour. The POSIX functions ``kill()``, ``pause()``, ``sigaction()``, ``sigpending()``, 486 kill(),yes :ref:`†<posix_undefined_behaviour>`
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/ |
D | README.md | 46 docker kill net-tools
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.5.rst | 253 * ``ZEP-673`` - Sanity crashes and doesn't kill qemu upon timeout
|
D | release-notes-2.1.rst | 466 * :github:`21139` - west: runners: blackmagicprobe: Keyboard Interrupt shouldn't kill the process
|
D | release-notes-2.2.rst | 1040 * :github:`21139` - west: runners: blackmagicprobe: Keyboard Interrupt shouldn't kill the process
|
D | release-notes-2.5.rst | 1760 * :github:`27195` - Sanitycheck: BinaryHandler can't kill children processes
|
/Zephyr-latest/subsys/debug/ |
D | Kconfig | 201 Periodically check that this value is still present and kill the
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | intel_adsp_generic.rst | 296 $ sudo kill 14795
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 334 :c:macro:`K_OOPS()` can be used to induce a kernel oops which will kill the
|