Home
last modified time | relevance | path

Searched full:future (Results 1 – 25 of 917) sorted by relevance

12345678910>>...37

/openbmc/telemetry/tests/src/
H A Ddbus_environment.hpp9 #include <future>
44 static T waitForFutures(std::vector<std::future<T>> futures, T init, in waitForFutures()
52 for (auto& future : futures) in waitForFutures() local
54 while (future.valid() && elapsed < timeout) in waitForFutures()
58 if (future.wait_for(precission) == std::future_status::ready) in waitForFutures()
60 sum = accumulator(sum, future.get()); in waitForFutures()
71 throw std::runtime_error("Timed out while waiting for future"); in waitForFutures()
78 static T waitForFuture(std::future<T> future, in waitForFuture() argument
81 std::vector<std::future<T>> futures; in waitForFuture()
82 futures.emplace_back(std::move(future)); in waitForFuture()
[all …]
H A Ddbus_environment.cpp5 #include <future>
78 data = std::vector<std::future<bool>>{}; in waitForFutures()
82 std::future<bool> DbusEnvironment::getFuture(std::string_view name) in getFuture()
122 std::map<std::string, std::vector<std::future<bool>>> DbusEnvironment::futures;
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/aufs-util/
H A Daufs-util-don-t-strip-executables.patch9 …WARNING: File '/sbin/mount.aufs' from aufs-util was already stripped, this will prevent future deb…
10 …WARNING: File '/sbin/auplink' from aufs-util was already stripped, this will prevent future debugg…
11 …WARNING: File '/sbin/umount.aufs' from aufs-util was already stripped, this will prevent future de…
12 …WARNING: File '/sbin/auibusy' from aufs-util was already stripped, this will prevent future debugg…
13 …le '/usr/lib/libau.so.2.6' from aufs-util was already stripped, this will prevent future debugging!
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dgdbserver.py62 future = executor.submit(run_gdb)
66 # The future either returns None, or raises an exception
67 future.result()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCC0-1.022future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the ma…
24 … provided by applicable law or treaty (including future time extensions), (iii) in any current or
H A DPDDL-1.038 …e Council of 11 March 1996 on the legal protection of databases) and any future updates as well as…
86 …b. The Rightsholder intends for their relinquishment to cover all present and future rights in the…
88 …ment of rights applies worldwide and includes media and formats now known or created in the future.
90 …ves any rights and claims that the Rightsholder may have or acquire in the future over the Work in:
96 …ies worldwide and includes media and formats now known or created in the future. The Rightsholder …
100 … these rights may be exercised in all media and formats whether now known or created in the future.
/openbmc/qemu/linux-headers/linux/
H A Dvduse.h15 * This is used for future extension.
30 * @reserved: for future use, needs to be initialized to zero
121 * @reserved: for future use, needs to be initialized to zero
218 * @reserved: for future use, needs to be initialized to zero
241 * @reserved: for future use, needs to be initialized to zero
311 * @reserved: for future use
335 * @reserved: for future use, needs to be initialized to zero
/openbmc/u-boot/fs/ubifs/
H A Dubifs-media.h414 * @padding: reserved for future, zeroes
463 * @padding1: reserved for future, zeroes
467 * @padding2: reserved for future, zeroes
509 * @padding1: reserved for future, zeroes
512 * @padding2: reserved for future, zeroes
539 * @padding: reserved for future, zeroes
558 * @padding: reserved for future, zeroes
578 * @padding: reserved for future, zeroes
588 * @padding: reserved for future, zeroes
605 * @padding1: reserved for future, zeroes
[all …]
/openbmc/openbmc-tools/sensor_yaml_config/
H A DREADME.md5 future when the code update is refactored.
29 future:
/openbmc/entity-manager/scripts/
H A Dvalidate_configs.py163 future = executor.submit(
171 config_to_future[config_file] = future
174 for config_file, future in config_to_future.items():
175 # Wait for the future to complete and get its result
176 is_invalid, is_unexpected_pass = future.result()
/openbmc/u-boot/include/cramfs/
H A Dcramfs_fs.h58 u32 future; /* reserved for future use */ member
80 * changed to test super.future instead.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/
H A D0001-build-top.mk-unset-STRIP_OPTS.patch10 prevent future debugging! [already-stripped]
14 prevent future debugging! [already-stripped]
/openbmc/u-boot/test/
H A DREADME74 future changes are made to U-Boot. It may even break when applied to mainline,
79 to mainline, so this provides protection against future breakage.
93 Future work
/openbmc/u-boot/include/mtd/
H A Dubi-user.h130 * to be passed, which is not used and reserved for future usage.
230 * @padding: reserved for future, not used, has to be zeroed
281 * @padding1: reserved for future, not used, has to be zeroed
283 * @padding2: reserved for future, not used, has to be zeroed
335 * @padding1: reserved for future, not used, has to be zeroed
338 * @padding2: reserved for future, not used, has to be zeroed
380 * @padding: reserved for future, not used, has to be zeroed
402 * @padding: reserved for future, not used, has to be zeroed
415 * @padding: reserved for future, not used, has to be zeroed
426 * @padding: reserved for future, not used, has to be zeroed
/openbmc/qemu/docs/system/i386/
H A Dtdx.rst80 configuration for TDX, and it's a future work to enable it in QEMU when KVM adds
136 It's targeted as future work.
148 It's a future work in QEMU to add support of TD attestation since it lacks
154 Future work.
/openbmc/docs/designs/
H A Dcper-records.md25 which is proposed to be added in a future version of DMTF [DSP0248].
65 Future design docs (or amendments to this design) will iterate on implementing
89 #### Potentionally in the future
/openbmc/openbmc/poky/meta/recipes-support/libpcre/
H A Dlibpcre2_10.45.bb4 deployed PCRE library's API and feature are stable, future releases \
5 will be for bugfixes only. All new future features will be to PCRE2, \
/openbmc/openpower-vpd-parser/
H A DREADME.md37 well as making the application more flexible for future improvements.
39 ## TODOs and Future Improvements
/openbmc/u-boot/drivers/mtd/ubi/
H A Dubi-media.h115 * @padding1: reserved for future, zeroes
120 * @padding2: reserved for future, zeroes
124 * future usage. The unused fields are zeroed. The @version field is used to
127 * version, the image is rejected. This may be useful in future if something
168 * @padding1: reserved for future, zeroes
174 * @padding2: reserved for future, zeroes
176 * @padding3: reserved for future, zeroes
228 * For example, in future one may introduce a journal internal volume. Internal
235 * future, he would probably use %UBI_COMPAT_DELETE compatibility for the
/openbmc/u-boot/arch/arm/lib/
H A Dspl.c33 * the future stack, and the future GD location. BSS is cleared after this
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/
H A DCOPYING1 This is a blank COPYING file, and should be filled in by original author in future.
/openbmc/libbej/
H A DREADME.md4 library will be added in the future.
/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/catalina/
H A Dhost-poweroff4 echo "This feature is not implemented in catalina and it will be implemented in future."
/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/tiogapass/
H A Dhost-poweroff4 echo "This feature is not implemented in Tiogapass and it will be implemented in future."
/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/bletchley/
H A Dhost-poweroff4 echo "This feature is not implemented in bletchley and it will be implemented in future."

12345678910>>...37