Home
last modified time | relevance | path

Searched refs:kill (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dutils.py46 os.kill(child.pid, signal.SIGTERM)
52 proc.kill()
Dhardware_adapter.py116 process.kill()
/Zephyr-latest/lib/posix/options/
Dsignal.c133 int kill(pid_t pid, int sig) in kill() function
141 FUNC_ALIAS(kill, _kill, int);
/Zephyr-latest/tests/bsim/
Dsh_common.source33 kill -15 $process_id
49 run_in_background timeout --kill-after=5 -v ${EXECUTE_TIMEOUT} $@
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/
Dtest_stm.py101 child.kill()
102 proc.kill()
/Zephyr-latest/tests/net/socket/tls_configurations/pytest/
Dtest_app_vs_openssl.py80 server.kill()
/Zephyr-latest/tests/boards/nrf/coresight_stm/pytest/
Dtest_stm.py123 child.kill()
124 proc.kill()
/Zephyr-latest/include/zephyr/posix/
Dsignal.h122 int kill(pid_t pid, int sig);
/Zephyr-latest/tests/posix/headers/src/
Dsignal_h.c171 zassert_not_null(kill); in ZTEST()
/Zephyr-latest/samples/subsys/zbus/benchmark/
Dbenchmark_256KB.robot7 Suite Teardown Terminate All Processes kill=True
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py64 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()
Dharness.py514 proc.kill()
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dremote-fw-service.py221 proc.kill()
/Zephyr-latest/lib/libc/newlib/
Dlibc-hooks.c274 __weak FUNC_ALIAS(_kill, kill, int);
/Zephyr-latest/scripts/tests/twister/
Dtest_handlers.py232 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/
Dindex.rst475 behaviour. The POSIX functions ``kill()``, ``pause()``, ``sigaction()``, ``sigpending()``,
486 kill(),yes :ref:`†<posix_undefined_behaviour>`
/Zephyr-latest/tests/net/lib/lwm2m/interop/
DREADME.md46 docker kill net-tools
/Zephyr-latest/doc/releases/
Drelease-notes-1.5.rst253 * ``ZEP-673`` - Sanity crashes and doesn't kill qemu upon timeout
Drelease-notes-2.1.rst466 * :github:`21139` - west: runners: blackmagicprobe: Keyboard Interrupt shouldn't kill the process
Drelease-notes-2.2.rst1040 * :github:`21139` - west: runners: blackmagicprobe: Keyboard Interrupt shouldn't kill the process
Drelease-notes-2.5.rst1760 * :github:`27195` - Sanitycheck: BinaryHandler can't kill children processes
/Zephyr-latest/subsys/debug/
DKconfig201 Periodically check that this value is still present and kill the
/Zephyr-latest/boards/intel/adsp/doc/
Dintel_adsp_generic.rst296 $ sudo kill 14795
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst334 :c:macro:`K_OOPS()` can be used to induce a kernel oops which will kill the