Home
last modified time | relevance | path

Searched refs:pid (Results 1 – 8 of 8) sorted by relevance

/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
A Dutils.py45 for child in psutil.Process(proc.pid).children(recursive=True):
47 os.kill(child.pid, signal.SIGTERM)
/scripts/pylib/twister/twisterlib/
A Dhandlers.py887 def _get_cpu_time(pid): argument
894 proc = psutil.Process(pid)
946 pid = 0
1035 if pid:
1038 if pid:
1176 self.pid = 0
1188 def _get_cpu_time(pid): argument
1208 def _stop_qemu_process(pid): argument
1209 if pid:
1211 if pid:
[all …]
/scripts/west_commands/tests/
A Dtest_blackmagicprobe.py185 fake_comport1.pid = 456
188 fake_comport2.pid = None
191 fake_comport3.pid = blackmagicprobe.BMP_GDB_PID
194 fake_comport4.pid = blackmagicprobe.BMP_GDB_PID
/scripts/net/
A Drun-sample-tests.sh174 local pid="$(ps -o pid= --ppid "$1")"
176 for p in $pid
181 if [ -n "$pid" ]; then
182 echo -n "$pid "
/scripts/checkpatch/
A Dcheck_known_checkpatch_issues.sh65 pid=$$
66 suffix=${uid}-${pid}-${ts}
/scripts/tests/twister/
A Dtest_handlers.py218 if pid < 0:
226 mock_child1 = mock.Mock(pid=1)
227 mock_child2 = mock.Mock(pid=2)
230 mock_proc = mock.Mock(pid=0)
264 if pid < 0:
384 self.pid = mock.PropertyMock(return_value=pid)
1424 pid=1,
1529 def mock_process(pid): argument
1877 pid, argument
1885 def mock_cputime(pid): argument
[all …]
A Dtest_environment.py506 pid=0,
/scripts/west_commands/runners/
A Dblackmagicprobe.py76 if port.vid == BMP_GDB_VID and port.pid == BMP_GDB_PID:

Completed in 68 milliseconds