Home
last modified time | relevance | path

Searched refs:sleep_for (Results 1 – 25 of 81) sorted by relevance

1234

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dtimer.hpp21 auto sleep_for(context& ctx, std::chrono::duration<Rep, Period> time);
99 static auto sleep_for(context& ctx, event_t::time_resolution time) in sleep_for() function
115 auto sleep_for(context& ctx, std::chrono::duration<Rep, Period> time) in sleep_for() function
117 return timer_ns::sleep_sender::sleep_for( in sleep_for()
/openbmc/phosphor-modbus/tests/
H A Dtest_modbus.cpp58 ctx.spawn(sdbusplus::async::sleep_for(ctx, 1s) | in TEST_F()
69 ctx.spawn(sdbusplus::async::sleep_for(ctx, 1s) | in TEST_F()
80 ctx.spawn(sdbusplus::async::sleep_for(ctx, 1s) | in TEST_F()
H A Dtest_port.cpp150 ctx.spawn(sdbusplus::async::sleep_for(ctx, 1s) | in TEST_F()
177 ctx.spawn(sdbusplus::async::sleep_for(ctx, 1s) | in TEST_F()
197 ctx.spawn(sdbusplus::async::sleep_for(ctx, 1s) | in TEST_F()
214 ctx.spawn(sdbusplus::async::sleep_for(ctx, 1s) | in TEST_F()
H A Dtest_sensors.cpp162 ctx.spawn(sdbusplus::async::sleep_for(ctx, 1s) | in TEST_F()
186 ctx.spawn(sdbusplus::async::sleep_for(ctx, 1s) | in TEST_F()
218 ctx.spawn(sdbusplus::async::sleep_for(ctx, 1s) | in TEST_F()
/openbmc/sdbusplus/test/async/
H A Dfdio.cpp60 ctx->spawn(sdbusplus::async::sleep_for(*ctx, 1s) | in testFdEvents()
86 sdbusplus::async::sleep_for(*ctx, 1s) | in TEST_F()
97 sdbusplus::async::sleep_for(*ctx, 5s) | in TEST_F()
H A Dcontext.cpp59 ctx->spawn(sdbusplus::async::sleep_for(*ctx, timeout) | in TEST_F()
111 ctx->spawn(sdbusplus::async::sleep_for(*ctx, 1ms) | in TEST_F()
139 ctx->spawn(sdbusplus::async::sleep_for(*ctx, 1ms) | in TEST_F()
H A Dmutex.cpp105 sdbusplus::async::sleep_for(*ctx, 1s) | in TEST_F()
123 sdbusplus::async::sleep_for(*ctx, 1s) | in TEST_F()
140 sdbusplus::async::sleep_for(*ctx, 3s) | in TEST_F()
H A Dtimer.cpp17 ctx.spawn(sdbusplus::async::sleep_for(ctx, timeout) | in TEST()
/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/
H A Ditem_updater_helper.cpp48 std::this_thread::sleep_for(removeWait); in removeVersion()
62 std::this_thread::sleep_for(setPrimaryWait); in updateUbootVersionId()
/openbmc/sdbusplus/test/gen/
H A Dtest_aserver_emit_interfaces_added_signal.cpp24 co_await sdbusplus::async::sleep_for(ctx, std::chrono::seconds(1)); in shouldEmitSignal() member in shouldEmitSignal::sdbusplus::async
37 co_await sdbusplus::async::sleep_for(ctx, std::chrono::seconds(1)); in shouldEmitSignal() member in shouldEmitSignal::sdbusplus::async
/openbmc/phosphor-logging/test/
H A Delog_update_ts_test.cpp81 std::this_thread::sleep_for(1ms); in TEST()
87 std::this_thread::sleep_for(1ms); in TEST()
93 std::this_thread::sleep_for(1ms); in TEST()
/openbmc/estoraged/src/erase/
H A Dzero.cpp58 std::this_thread::sleep_for(delay); in writeZero()
107 std::this_thread::sleep_for(delay); in verifyZero()
H A Dpattern.cpp73 std::this_thread::sleep_for(delay); in writePattern()
124 std::this_thread::sleep_for(delay); in verifyPattern()
/openbmc/phosphor-ipmi-flash/tools/
H A Dinterface.hpp33 std::this_thread::sleep_for(std::chrono::seconds(1)); in waitForRetry()
/openbmc/sdbusplus/test/async/fdio_timed/
H A Dfdio_timed_write_async_with_timeout.cpp14 sdbusplus::async::sleep_for(*ctx, 2s) | in TEST_F()
H A Dfdio_timed_write_async_with_timeout_iterative.cpp14 sdbusplus::async::sleep_for(*ctx, 2s) | in TEST_F()
H A Dfdio_timed_write_sync.cpp14 sdbusplus::async::sleep_for(*ctx, 2s) | in TEST_F()
H A Dfdio_timed_write_sync_iterative.cpp14 sdbusplus::async::sleep_for(*ctx, 2s) | in TEST_F()
H A Dfdio_timed_write_skip_with_timeout.cpp14 sdbusplus::async::sleep_for(*ctx, 2s) | in TEST_F()
/openbmc/phosphor-hwmon/
H A Dhwmonio.cpp162 std::this_thread::sleep_for(delay); in read()
213 std::this_thread::sleep_for(delay); in write()
/openbmc/phosphor-state-manager/
H A Ddiscover_system_state.cpp206 std::this_thread::sleep_for(powerRestoreDelayUsec); in main()
238 std::this_thread::sleep_for(powerRestoreDelayUsec); in main()
261 std::this_thread::sleep_for(powerRestoreDelayUsec); in main()
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device.cpp171 co_await sdbusplus::async::sleep_for(ctx, std::chrono::seconds(2)); in bindEEPROM() member in EEPROMDevice::bindEEPROM::sdbusplus::async
206 co_await sdbusplus::async::sleep_for(ctx, std::chrono::seconds(2)); in unbindEEPROM() member in EEPROMDevice::unbindEEPROM::sdbusplus::async
313 co_await sdbusplus::async::sleep_for( in processHostStateChange() member in EEPROMDevice::processHostStateChange::sdbusplus::async
/openbmc/openpower-proc-control/procedures/common/
H A Dcfam_reset.cpp65 std::this_thread::sleep_for(1s); in cfamReset()
/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_xo5_cpld.cpp71 co_await sdbusplus::async::sleep_for(ctx, ReadyPollInterval); in waitUntilReady() member in phosphor::software::cpld::LatticeXO5CPLD::waitUntilReady::sdbusplus::async
175 co_await sdbusplus::async::sleep_for(ctx, ReadyPollInterval); in programCfg() member in phosphor::software::cpld::LatticeXO5CPLD::programCfg::sdbusplus::async
214 std::this_thread::sleep_for(std::chrono::milliseconds(1)); in readPage()
/openbmc/phosphor-health-monitor/
H A Dhealth_monitor.cpp49 co_await sdbusplus::async::sleep_for( in run() member in phosphor::health::monitor::HealthMonitor::run::sdbusplus::async

1234