Home
last modified time | relevance | path

Searched refs:ran (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/sdbusplus/test/async/
H A Dcontext.cpp58 bool ran = false; in TEST_F() local
60 stdexec::then([&ran]() { ran = true; })); in TEST_F()
66 EXPECT_TRUE(ran); in TEST_F()
102 bool ran = false; in TEST_F() local
108 ctx->spawn(m->next() | stdexec::then([&ran](...) { ran = true; })); in TEST_F()
115 EXPECT_FALSE(ran); in TEST_F()
128 static auto fn(decltype(m->next()) snd, bool& ran) in TEST_F()
132 ran = true; in TEST_F()
137 bool ran = false; in TEST_F() local
138 ctx->spawn(_::fn(m->next(), ran)); in TEST_F()
[all …]
H A Dfdio.cpp53 auto testFdEvents(bool& ran, bool sleepBeforeWrite) in testFdEvents() argument
69 ran = true; in testFdEvents()
83 bool ran = false; in TEST_F() local
84 ctx->spawn(testFdEvents(ran, false)); in TEST_F()
89 EXPECT_TRUE(ran); in TEST_F()
94 bool ran = false; in TEST_F() local
95 ctx->spawn(testFdEvents(ran, true)); in TEST_F()
100 EXPECT_TRUE(ran); in TEST_F()
H A Dmutex.cpp83 ran++; in testFdEvents()
89 int ran = 0; member in MutexTest
143 EXPECT_EQ(ran, testIterations); in TEST_F()
/openbmc/sdbusplus/test/event/
H A Devent.cpp50 bool ran = false; in TEST_F() local
52 auto c = ev.add_condition(run::_, &ran); in TEST_F()
56 EXPECT_TRUE(ran); in TEST_F()
72 bool ran = false; in TEST_F() local
75 auto c = ev.add_oneshot_timer(handler::_, &ran, timeout); in TEST_F()
79 EXPECT_TRUE(ran); in TEST_F()
/openbmc/sdbusplus/test/async/fdio_timed/
H A Dfdio_timed_write_async_with_timeout.cpp11 bool ran = false; in TEST_F() local
12 ctx->spawn(testFdTimedEvents(ran, testWriteOperation::writeAsync, 1)); in TEST_F()
17 EXPECT_TRUE(ran); in TEST_F()
H A Dfdio_timed_write_async_with_timeout_iterative.cpp11 bool ran = false; in TEST_F() local
12 ctx->spawn(testFdTimedEvents(ran, testWriteOperation::writeAsync, 100)); in TEST_F()
17 EXPECT_TRUE(ran); in TEST_F()
H A Dfdio_timed_write_sync.cpp11 bool ran = false; in TEST_F() local
12 ctx->spawn(testFdTimedEvents(ran, testWriteOperation::writeSync, 1)); in TEST_F()
17 EXPECT_TRUE(ran); in TEST_F()
H A Dfdio_timed_write_sync_iterative.cpp11 bool ran = false; in TEST_F() local
12 ctx->spawn(testFdTimedEvents(ran, testWriteOperation::writeSync, 100)); in TEST_F()
17 EXPECT_TRUE(ran); in TEST_F()
H A Dfdio_timed_write_skip_with_timeout.cpp11 bool ran = false; in TEST_F() local
12 ctx->spawn(testFdTimedEvents(ran, testWriteOperation::writeSkip, 1)); in TEST_F()
17 EXPECT_TRUE(ran); in TEST_F()
H A Dsuite.cpp68 bool& ran, testWriteOperation writeOperation, int testIterations) in testFdTimedEvents() argument
110 ran = true; in testFdTimedEvents()
H A Dsuite.hpp33 auto testFdTimedEvents(bool& ran, testWriteOperation writeOperation,
/openbmc/openbmc/poky/meta-selftest/recipes-test/emptytest/
H A Demptytest.bb3 # Set LICENSE to something so that bitbake -p that is ran at the beginning
/openbmc/phosphor-pid-control/experiments/
H A DREADME1 To determine the fan's ability to change speed we ran several experiments.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0008-adb-Allow-adbd-to-be-ran-as-root.patch4 Subject: [PATCH] adb: Allow adbd to be ran as root
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/
H A D0001-multicast_blast-tipcc-Fix-struct-type-for-TIPC_GROUP.patch8 never ran into the compiler failures since TIPC_GROUP_JOIN
/openbmc/inarp/
H A Dconfigure.ac29 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit…
/openbmc/phosphor-event/
H A Dconfigure.ac35 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit…
/openbmc/openbmc/poky/meta/recipes-devtools/opkg/
H A Dopkg-keyrings_1.0.bb14 # each name, 'gpg --export $name' will be ran to export the public key to a
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/
H A Dfix_reproducibility.patch20 reproducible target ran first and won the race to populate sstate.
/openbmc/openbmc/poky/meta/recipes-bsp/pciutils/
H A Dpciutils_3.13.0.bb36 # symlinks when ran in parallel.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/
H A D0002-kpatch-build-allow-overriding-of-distro-name.patch8 build when livepatch modules will be ran on the
/openbmc/openbmc-test-automation/systest/
H A Dnetwork_stability_test.robot59 Print Timen HTX Test ran for: ${HTX_DURATION}
/openbmc/qemu/tests/tcg/multiarch/
H A Dnoexec.c.inc102 /* Trigger SEGV and check that handle_segv() ran. */
/openbmc/ibm-logging/
H A Dconfigure.ac33 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit…
/openbmc/hiomapd/
H A Dconfigure.ac32 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit…

123