Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dutils.py44 for child in psutil.Process(proc.pid).children(recursive=True):
/Zephyr-latest/lib/libc/common/
DCMakeLists.txt24 # Prevent compiler from optimizing calloc into an infinite recursive call
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dpackage.py21 tar.add(self.options.outdir, recursive=False)
Dcoverage.py137 for filename in glob.glob(f"{outdir}/**/handler.log", recursive=True):
Dhandlers.py62 for child in psutil.Process(proc.pid).children(recursive=True):
/Zephyr-latest/tests/kernel/mutex/sys_mutex/
DREADME.txt37 Testing recursive locking
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py210 recursive=True))
212 recursive=True))
214 binding_files.extend(glob.glob(f'{folders}/*.yml', recursive=False))
215 binding_files.extend(glob.glob(f'{folders}/*.yaml', recursive=False))
/Zephyr-latest/doc/develop/west/
Dbuilt-in.rst205 git submodule sync --recursive
213 git submodule update --init --checkout --recursive
216 git submodule update --init --rebase --recursive
223 git submodule sync --recursive -- <submodule-path>
231 git submodule update --init --checkout --recursive <submodule-path>
234 git submodule update --init --rebase --recursive <submodule-path>
Dwithout-west.rst119 tools. There's no recursive invocation of either ``west`` or
Drelease-notes.rst31 * - ``grep --recursive``
/Zephyr-latest/soc/mediatek/mt8xxx/
Dmtk_adsp_load.py46 compat = readfile(glob("/proc/device-tree/**/adsp@*/compatible", recursive=True)[0], "r")
60 path = glob("/proc/device-tree/**/adsp@*/", recursive=True)[0]
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/
Dtest_stm.py100 for child in psutil.Process(proc.pid).children(recursive=True):
/Zephyr-latest/scripts/footprint/
Dupload_data.py109 for file in glob.glob(f"{args.data}/{hash}/**/*json", recursive=True):
/Zephyr-latest/tests/benchmarks/latency_measure/
DREADME.rst104 …mutex.lock.immediate.recursive.kernel - Lock a mutex : …
105 …mutex.unlock.immediate.recursive.kernel - Unlock a mutex : …
157 …mutex.lock.immediate.recursive.kernel - Lock a mutex : …
158 …mutex.unlock.immediate.recursive.kernel - Unlock a mutex : …
214 …mutex.lock.immediate.recursive.kernel - Lock a mutex : …
215 …mutex.unlock.immediate.recursive.kernel - Unlock a mutex : …
348 …mutex.lock.immediate.recursive.kernel - Lock a mutex : …
349 …mutex.unlock.immediate.recursive.kernel - Unlock a mutex : …
350 …mutex.lock.immediate.recursive.user - Lock a mutex : …
351 …mutex.unlock.immediate.recursive.user - Unlock a mutex : …
/Zephyr-latest/tests/boards/nrf/coresight_stm/pytest/
Dtest_stm.py122 for child in psutil.Process(proc.pid).children(recursive=True):
/Zephyr-latest/scripts/release/
Dlist_devicetree_bindings_changes.py380 recursive=True))
382 recursive=True))
/Zephyr-latest/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/
Dcyabs_rtos_zephyr.c331 cy_rslt_t cy_rtos_init_mutex2(cy_mutex_t *mutex, bool recursive) in cy_rtos_init_mutex2() argument
337 CY_UNUSED_PARAMETER(recursive); in cy_rtos_init_mutex2()
/Zephyr-latest/scripts/ci/
Dtest_plan.py301 … yamls_found = [yaml for yaml in glob.iglob(head + '/**/testcase.yaml', recursive=True)]
302 … yamls_found.extend([yaml for yaml in glob.iglob(head + '/**/sample.yaml', recursive=True)])
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest.dts471 // Node with 'child-binding:' in binding (along with a recursive
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/
Dindex.rst68 git submodule update --init --recursive
/Zephyr-latest/doc/kernel/data_structures/
Drbtree.rst51 user (not unlike ISO C's :c:func:`bsearch` routine). It is a recursive
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst59 earlier API was naturally recursive: the lock was global, so it was
71 recursive semantics above, spinlocks in single-CPU contexts produce
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_extensions.cmake672 # recursive processing of the sysbuild images added via <source_dir>.
/Zephyr-latest/doc/build/dts/
Dbindings-syntax.rst691 Included files are merged into bindings with a simple recursive dictionary
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst673 * :github:`7673` - Eliminate recursive make in OpenAMP integration

12