Home
last modified time | relevance | path

Searched refs:async_wait (Results 1 – 25 of 89) sorted by relevance

1234

/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dsd_event.hpp79 async_wait(); in run()
114 void async_wait() in async_wait() function in sdbusplus::asio::sd_event_wrapper
116 descriptor.async_wait(boost::asio::posix::stream_descriptor::wait_read, in async_wait()
H A Dconnection.hpp357 socket.async_wait(boost::asio::posix::stream_descriptor::wait_read, in read_wait()
362 socket.async_wait(boost::asio::posix::stream_descriptor::wait_write, in read_wait()
367 socket.async_wait(boost::asio::posix::stream_descriptor::wait_error, in read_wait()
391 timer.async_wait(std::bind_front(&connection::on_timer_event, this)); in read_wait()
/openbmc/phosphor-pid-control/
H A Dmain.cpp223 timer.async_wait(restartLbd); in tryRestartControlLoops()
265 timer.async_wait(stopLbd); in tryTerminateControlLoops()
290 timer.async_wait([](const boost::system::error_code ec) { in signalHandler()
302 signals.async_wait(signalHandler); in signalHandler()
410 signals.async_wait(signalHandler); in main()
/openbmc/telemetry/src/utils/
H A Ddetached_timer.hpp19 timer->async_wait([timer = std::move(timer), in makeDetachedTimer()
/openbmc/boost-dbus/test/
H A Davahi.cpp45 t.async_wait([&](const boost::system::error_code& /*e*/) { in TEST()
85 t.async_wait([&](const boost::system::error_code& /*e*/) { in TEST()
95 t.async_wait([&](const boost::system::error_code& /*e*/) { in TEST()
233 t.async_wait([&](const boost::system::error_code&) { in TEST()
289 t.async_wait([&](const boost::system::error_code&) { in TEST()
/openbmc/openbmc-tools/dbus_sensor_tester/
H A Dmain.cpp53 timer->async_wait(std::bind_front(on_loop, timer)); in on_loop()
100 timer.async_wait(std::bind_front(on_loop, &timer)); in main()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dgpio_monitor.cpp104 i_timerObj->async_wait( in handleTimerExpiry()
129 l_timerObj->async_wait( in setEventHandlerForGpioPresence()
/openbmc/telemetry/src/
H A Dmain.cpp21 signals.async_wait( in main()
/openbmc/dbus-sensors/src/fan/
H A DPresenceGpio.cpp95 gpioFd.async_wait( in monitorPresence()
186 pollTimer.async_wait([weakRef](const boost::system::error_code& ec) { in monitorPresence()
/openbmc/openpower-hw-diags/attn/
H A Dattn_monitor.cpp13 iv_gpioEventDescriptor.async_wait( in scheduleGPIOEvent()
/openbmc/bmcweb/include/
H A Dwatchdog.hpp49 timer.async_wait( in startTimer()
/openbmc/dbus-sensors/src/ipmb/
H A DIpmbSensorMain.cpp79 initCmdTimer->async_wait([](const boost::system::error_code ec) { in reinitSensors()
117 configTimer.async_wait([&](const boost::system::error_code& ec) { in main()
/openbmc/dbus-sensors/src/intrusion/
H A DChassisIntrusionSensor.cpp148 mPollTimer.async_wait([weakRef](const boost::system::error_code& ec) { in pollSensorStatus()
189 mGpioFd.async_wait( in pollSensorStatus()
257 mPollTimer.async_wait([weakRef](const boost::system::error_code& ec) { in pollSensorStatus()
/openbmc/phosphor-net-ipmid/
H A Dsd_event_loop.cpp39 udpSocket->async_wait( in startRmcpReceive()
251 signals.async_wait([this](const boost::system::error_code& /* error */, in setupSignal()
/openbmc/dbus-sensors/src/adc/
H A DADCSensor.cpp131 waitTimer.async_wait( in setupRead()
175 waitTimer.async_wait([weakRef](const boost::system::error_code& ec) { in restartRead()
/openbmc/bios-bmc-smm-error-logger/src/
H A Dmain.cpp167 t->async_wait( in readLoop()
204 t.async_wait(std::bind_front(readLoop, &t, std::move(bufferHandler), in main()
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaSmaDevice.cpp61 waitTimer.async_wait( in read()
/openbmc/phosphor-pid-control/pid/
H A Dpidloop.cpp70 timer->async_wait([zone, timer, cycleCnt, isCanceling, msPerFanCycle]( in pidControlLoop()
/openbmc/dbus-sensors/src/mctp/
H A DMCTPReactorMain.cpp206 clock.async_wait(alarm); in main()
210 clock.async_wait(alarm); in main()
/openbmc/dbus-sensors/src/mcu/
H A DMCUTempSensor.cpp167 waitTimer.async_wait([this](const boost::system::error_code& ec) { in read()
282 configTimer.async_wait([&](const boost::system::error_code& ec) { in main()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp600 powerStateSaveTimer.async_wait([state](const boost::system::error_code ec) { in savePowerState()
1084 powerRestoreTimer.async_wait([this](const boost::system::error_code in invokeIfReady()
1160 event.async_wait( in waitForGPIOEvent()
1254 gpioAssertTimer.async_wait( in setMaskedGPIOOutputForMs()
1297 gpioAssertTimer.async_wait( in setGPIOOutputForMs()
1379 slotPowerCycleTimer.async_wait([](const boost::system::error_code ec) { in slotPowerCycle()
1410 gpioAssertTimer.async_wait([](const boost::system::error_code ec) { in forcePowerOff()
1437 gracefulPowerOffTimer.async_wait([](const boost::system::error_code ec) { in gracefulPowerOffTimerStart()
1460 powerCycleTimer.async_wait([](const boost::system::error_code ec) { in powerCycleTimerStart()
1483 powerOKWatchdogTimer.async_wait([](const boost::system::error_code ec) { in powerOKWatchdogTimerStart()
[all …]
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.cpp129 waitTimer.async_wait([weakRef](const boost::system::error_code& ec) { in restartRead()
176 inputDev.async_wait(boost::asio::posix::descriptor_base::wait_read, in setupRead()
/openbmc/phosphor-host-ipmid/libipmid/
H A Dsignals.cpp70 signal->async_wait([this](const boost::system::error_code& ec, in asyncWait()
/openbmc/phosphor-net-ipmid/sol/
H A Dsol_context.cpp65 accumulateTimer.async_wait( in enableAccumulateTimer()
88 retryTimer.async_wait([weakRef](const boost::system::error_code& ec) { in enableRetryTimer()
/openbmc/estoraged/src/
H A DgetConfig.cpp53 timer->async_wait([self, timer, path, owner, in getStorageInfo()

1234