Home
last modified time | relevance | path

Searched refs:executor (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller/
H A D0001-executor-Include-missing-linux-falloc.h.patch4 Subject: [PATCH] executor: Include missing linux/falloc.h
13 In file included from executor/common.h:505:
14 executor/common_linux.h:5604:16: error: use of undeclared identifier 'FALLOC_FL_ZERO_RANGE'
20 executor/common_linux.h | 1 +
23 diff --git a/executor/common_linux.h b/executor/common_linux.h
25 --- a/executor/common_linux.h
26 +++ b/executor/common_linux.h
H A D0001-executor-Remove-including-error.h-in-test_linux.h.patch4 Subject: [PATCH] executor: Remove including <error.h> in test_linux.h
12 executor/test_linux.h | 1 -
15 diff --git a/executor/test_linux.h b/executor/test_linux.h
17 --- a/executor/test_linux.h
18 +++ b/executor/test_linux.h
/openbmc/pldm/tools/visualize-pdr/
H A Dpldm_visualise_pdrs.py313 def get_pdrs_one_at_a_time(executor): argument
325 process = executor.exec_command(command_fmt.format(str(record_handle)))
333 def get_all_pdrs_at_once(executor): argument
342 process = executor.exec_command("pldmtool platform getpdr -a")
346 process = executor.exec_command("pldmtool platform getpdr -d 0")
362 def get_pdrs(executor): argument
373 for record_handle, pdr in get_all_pdrs_at_once(executor):
385 for record_handle, pdr in get_pdrs_one_at_a_time(executor):
389 def fetch_pdrs_from_bmc(executor): argument
406 for handle_number, my_dic in get_pdrs(executor):
[all …]
/openbmc/linux/tools/testing/kunit/
H A Drun_checks.py41 executor = futures.ThreadPoolExecutor(max_workers=len(commands))
46 f = executor.submit(run_cmd, argv)
70 executor.shutdown()
/openbmc/linux/Documentation/dev-tools/kunit/
H A Darchitecture.rst77 The KUnit executor can list and run built-in KUnit tests on boot.
84 macro. The KUnit executor iterates over the linker section array in order to
92 On the kernel boot, the KUnit executor uses the start and end addresses
94 executor, see
95 `lib/kunit/executor.c <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/lib/…
98 unit instead of utilizing the executor.
142 KTAP works with KUnit and Kselftest. The KUnit executor prints KTAP results to
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/
H A Dsyzkaller_git.bb11 file://0001-executor-Include-missing-linux-falloc.h.patch;patchdir=src/${GO_IMPORT} \
12 … file://0001-executor-Remove-including-error.h-in-test_linux.h.patch;patchdir=src/${GO_IMPORT} \
73 SYZ_BINS_TARGET="syz-fuzzer syz-execprog syz-stress syz-executor"
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dgdbserver.py49 with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor:
62 future = executor.submit(run_gdb)
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A D__init__.py58 def load_test_components(logger, executor): argument
84 != executor:
/openbmc/linux/lib/kunit/
H A DMakefile9 executor.o \
/openbmc/openbmc/poky/documentation/
H A Dbitbake.rst13 - BitBake, a generic task executor
/openbmc/openbmc/poky/scripts/
H A Dsstate-cache-management.py139 with ThreadPoolExecutor(max_workers=args.jobs) as executor:
140 executor.map(path_stat, paths)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/asio/asio/
H A D0001-tests-Remove-blocking_adaptation.cpp.patch33 unit/execution/executor \
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-test_shutdown-skip-problematic-test.patch27 self.executor.shutdown()
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-tool/
H A Dparsec-tool-crates.inc41 crate://crates.io/futures-executor/0.3.28 \
223 SRC_URI[futures-executor-0.3.28.sha256sum] = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64…
/openbmc/openbmc/meta-security/recipes-security/krill/
H A Dkrill-crates.inc72 crate://crates.io/futures-executor/0.3.21;name=futures-executor-0.3.21 \
346 SRC_URI[futures-executor-0.3.21.sha256sum] = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b…
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/
H A Dparsec-service-crates.inc62 crate://crates.io/futures-executor/0.3.28 \
305 SRC_URI[futures-executor-0.3.28.sha256sum] = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64…
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py1185 with ProcessPoolExecutor(max_workers=utils.cpu_count()) as executor:
1186 pkgs_list = executor.map(_get_recipe_upgrade_status, data_copy_list)
/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/
H A Dlibrsvg-crates.inc89 crate://crates.io/futures-executor/0.3.30 \
383 SRC_URI[futures-executor-0.3.30.sha256sum] = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4e…
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-maturin-crates.inc99 crate://crates.io/futures-executor/0.3.30 \
454 SRC_URI[futures-executor-0.3.30.sha256sum] = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dterms.rst53 The task executor and scheduler used by the OpenEmbedded build system to
324 executor. Throughout the Yocto Project documentation set, the
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/
H A Duutils-coreutils-crates.inc
/openbmc/
Dopengrok0.0.log[all...]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-test_functionality-convert-line-endings-to-Unix.patch1440 - with ThreadPoolExecutor(max_workers=5) as executor:
1441 - f = executor.submit(pow, 5, 2)
3351 + with ThreadPoolExecutor(max_workers=5) as executor:
3352 + f = executor.submit(pow, 5, 2)
/openbmc/openbmc/poky/meta/classes-global/
H A Dsstate.bbclass1062 with concurrent.futures.ThreadPoolExecutor(max_workers=nproc) as executor:
1063 executor.map(checkstatus, tasklist.copy())
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-intro.rst58 - BitBake, a generic task executor

12