Home
last modified time | relevance | path

Searched refs:executor (Results 1 – 25 of 29) 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
/openbmc/pldm/tools/visualize-pdr/
H A Dpldm_visualise_pdrs.py313 def get_pdrs_one_at_a_time(executor): argument
333 def get_all_pdrs_at_once(executor): argument
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):
424 executor.close()
483 executor = ParamikoExecutor(
487 executor = SubprocessExecutor()
[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/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/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} \
73 SYZ_BINS_TARGET="syz-fuzzer syz-execprog syz-stress syz-executor"
/openbmc/linux/lib/kunit/
H A DMakefile9 executor.o \
/openbmc/openbmc/poky/documentation/
H A Dbitbake.rst13 - BitBake, a generic task executor
/openbmc/qemu/scripts/ci/setup/
H A Dgitlab-runner.yml77 …er_url }} --registration-token {{ gitlab_runner_registration_token }} --executor shell --tag-list …
81 …er_url }} --registration-token {{ gitlab_runner_registration_token }} --executor shell --tag-list …
/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-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.inc54 crate://crates.io/futures-executor/0.3.28 \
290 SRC_URI[futures-executor-0.3.28.sha256sum] = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64…
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py1182 with ProcessPoolExecutor(max_workers=utils.cpu_count()) as executor:
1183 pkgs_list = executor.map(_get_recipe_upgrade_status, data_copy_list)
/openbmc/openbmc/meta-arm/
H A D.gitlab-ci.yml4 # These are needed as the k8s executor doesn't respect the container
/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/
H A Dlibrsvg-crates.inc76 crate://crates.io/futures-executor/0.3.29 \
348 SRC_URI[futures-executor-0.3.29.sha256sum] = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c487…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/
H A Duutils-coreutils-crates.inc91 crate://crates.io/futures-executor/0.3.28 \
371 SRC_URI[futures-executor-0.3.28.sha256sum] = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64…
/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-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.bbclass1082 with concurrent.futures.ThreadPoolExecutor(max_workers=nproc) as executor:
1083 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
/openbmc/openbmc/poky/documentation/overview-manual/
H A Dyp-intro.rst658 - BitBake is a task executor and scheduler that is the heart of the
H A Dconcepts.rst17 The :term:`BitBake` task executor
159 is BitBake, the task executor.
/openbmc/
H A Dopengrok1.0.log92 ….client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org…
10409 ….client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org…
10460 ….client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org…
10512 ….client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org…
10565 ….client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org…
36637 …openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller/0001-executor-Include-missing-l…
50095 ….client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org…
50141 ….client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org…
50188 ….client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org…
50236 ….client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org…

12