Searched refs:recursive (Results 1 – 25 of 28) sorted by relevance
12
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | utils.py | 44 for child in psutil.Process(proc.pid).children(recursive=True):
|
/Zephyr-latest/lib/libc/common/ |
D | CMakeLists.txt | 24 # Prevent compiler from optimizing calloc into an infinite recursive call
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | package.py | 21 tar.add(self.options.outdir, recursive=False)
|
D | coverage.py | 137 for filename in glob.glob(f"{outdir}/**/handler.log", recursive=True):
|
D | handlers.py | 62 for child in psutil.Process(proc.pid).children(recursive=True):
|
/Zephyr-latest/tests/kernel/mutex/sys_mutex/ |
D | README.txt | 37 Testing recursive locking
|
/Zephyr-latest/doc/_scripts/ |
D | gen_devicetree_rest.py | 210 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/ |
D | built-in.rst | 205 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>
|
D | without-west.rst | 119 tools. There's no recursive invocation of either ``west`` or
|
D | release-notes.rst | 31 * - ``grep --recursive``
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | mtk_adsp_load.py | 46 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/ |
D | test_stm.py | 100 for child in psutil.Process(proc.pid).children(recursive=True):
|
/Zephyr-latest/scripts/footprint/ |
D | upload_data.py | 109 for file in glob.glob(f"{args.data}/{hash}/**/*json", recursive=True):
|
/Zephyr-latest/tests/benchmarks/latency_measure/ |
D | README.rst | 104 …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/ |
D | test_stm.py | 122 for child in psutil.Process(proc.pid).children(recursive=True):
|
/Zephyr-latest/scripts/release/ |
D | list_devicetree_bindings_changes.py | 380 recursive=True)) 382 recursive=True))
|
/Zephyr-latest/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/ |
D | cyabs_rtos_zephyr.c | 331 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/ |
D | test_plan.py | 301 … 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/ |
D | test.dts | 471 // Node with 'child-binding:' in binding (along with a recursive
|
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/ |
D | index.rst | 68 git submodule update --init --recursive
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | rbtree.rst | 51 user (not unlike ISO C's :c:func:`bsearch` routine). It is a recursive
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 59 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/ |
D | sysbuild_extensions.cmake | 672 # recursive processing of the sysbuild images added via <source_dir>.
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-syntax.rst | 691 Included files are merged into bindings with a simple recursive dictionary
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.12.rst | 673 * :github:`7673` - Eliminate recursive make in OpenAMP integration
|
12