| /openbmc/telemetry/tests/src/ |
| H A D | dbus_environment.hpp | 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() 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() 122 auto future = promise.get_future(); in setProperty() local 130 return DbusEnvironment::waitForFuture(std::move(future)); in setProperty() [all …]
|
| H A D | dbus_environment.cpp | 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 D | aufs-util-don-t-strip-executables.patch | 9 …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/entity-manager/scripts/ |
| H A D | validate_configs.py | 163 future = executor.submit( 171 config_to_future[config_file] = future 174 for config_file, future in config_to_future.items(): 176 is_invalid, is_unexpected_pass = future.result()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/ |
| H A D | 0001-build-top.mk-unset-STRIP_OPTS.patch | 10 prevent future debugging! [already-stripped] 14 prevent future debugging! [already-stripped]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | gdbserver.py | 62 future = executor.submit(run_gdb) 67 future.result()
|
| /openbmc/openbmc-tools/sensor_yaml_config/ |
| H A D | README.md | 5 future when the code update is refactored. 29 future:
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/ |
| H A D | COPYING | 1 This is a blank COPYING file, and should be filled in by original author in future.
|
| /openbmc/libbej/ |
| H A D | README.md | 4 library will be added in the future.
|
| /openbmc/openbmc/meta-security/meta-integrity/recipes-core/packagegroups/ |
| H A D | packagegroup-ima-evm-utils.bb | 8 # Only one at the moment, but perhaps more will come in the future.
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-future_1.0.0.bb | 2 HOMEPAGE = "https://python-future.org"
|
| H A D | python3-pyhsslms_2.0.0.bb | 9 # future release. In the meantime, do github
|
| /openbmc/openpower-debug-collector/dump/ |
| H A D | sbe_dump_collector.cpp | 120 for (auto& future : futures) in collectHWHBDump() local 124 future.wait(); in collectHWHBDump() 223 std::vector<std::future<void>> SbeDumpCollector::spawnDumpCollectionProcesses( in spawnDumpCollectionProcesses() 227 std::vector<std::future<void>> futures; in spawnDumpCollectionProcesses() 231 auto future = std::async(std::launch::async, [this, procTarget, in spawnDumpCollectionProcesses() local 269 futures.push_back(std::move(future)); in spawnDumpCollectionProcesses()
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-pyconnman/ |
| H A D | python3-pyconnman_0.2.0.bb | 11 RDEPENDS:${PN} = "connman python3-dbus python3-pprint python3-future"
|
| /openbmc/bios-bmc-smm-error-logger/ |
| H A D | README.md | 6 More detailed implementation details will also be placed here in the future
|
| /openbmc/openbmc/poky/meta/recipes-support/libpcre/ |
| H A D | libpcre2_10.45.bb | 4 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/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/ |
| H A D | 0001-Makefile-remove-strip.patch | 10 this will prevent future debugging! [already-stripped] 12 this will prevent future debugging! [already-stripped]
|
| /openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/ |
| H A D | define_musl_sword_type.patch | 15 /* Perhaps a future version of this program will allow these to be configurable
|
| /openbmc/openbmc/meta-phosphor/scripts/ |
| H A D | generate-machine-list | 13 supported is unknown and has no level of warranty, promise of future
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Configuration/ |
| H A D | README.md | 10 It is hoped that in the future entity-manager will be refactored to closer align
|
| /openbmc/phosphor-bmc-code-mgmt/tpm/ |
| H A D | README.md | 6 future patch.
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | CC0-1.0 | 22 …future 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 …
|
| /openbmc/u-boot/include/cramfs/ |
| H A D | cramfs_fs.h | 58 u32 future; /* reserved for future use */ member
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/ |
| H A D | 0003-Remove-strip-step-in-Makefile.patch | 9 omxplayer was already stripped, this will prevent future debugging!
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0009-mkbootimg-Add-dt-parameter-to-specify-DT-image.patch | 23 - unsigned unused[2]; /* future expansion: should be 0 */ 26 + unsigned unused; /* future expansion: should be 0 */
|