| /openbmc/sdbusplus/include/sdbusplus/asio/ |
| H A D | sd_event.hpp | 79 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 D | connection.hpp | 357 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 D | main.cpp | 223 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 D | detached_timer.hpp | 19 timer->async_wait([timer = std::move(timer), in makeDetachedTimer()
|
| /openbmc/boost-dbus/test/ |
| H A D | avahi.cpp | 45 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 D | main.cpp | 53 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 D | gpio_monitor.cpp | 104 i_timerObj->async_wait( in handleTimerExpiry() 129 l_timerObj->async_wait( in setEventHandlerForGpioPresence()
|
| /openbmc/telemetry/src/ |
| H A D | main.cpp | 21 signals.async_wait( in main()
|
| /openbmc/dbus-sensors/src/fan/ |
| H A D | PresenceGpio.cpp | 95 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 D | attn_monitor.cpp | 13 iv_gpioEventDescriptor.async_wait( in scheduleGPIOEvent()
|
| /openbmc/bmcweb/include/ |
| H A D | watchdog.hpp | 49 timer.async_wait( in startTimer()
|
| /openbmc/dbus-sensors/src/ipmb/ |
| H A D | IpmbSensorMain.cpp | 79 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 D | ChassisIntrusionSensor.cpp | 148 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 D | sd_event_loop.cpp | 39 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 D | ADCSensor.cpp | 131 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 D | main.cpp | 167 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 D | NvidiaSmaDevice.cpp | 61 waitTimer.async_wait( in read()
|
| /openbmc/phosphor-pid-control/pid/ |
| H A D | pidloop.cpp | 70 timer->async_wait([zone, timer, cycleCnt, isCanceling, msPerFanCycle]( in pidControlLoop()
|
| /openbmc/dbus-sensors/src/mctp/ |
| H A D | MCTPReactorMain.cpp | 206 clock.async_wait(alarm); in main() 210 clock.async_wait(alarm); in main()
|
| /openbmc/dbus-sensors/src/mcu/ |
| H A D | MCUTempSensor.cpp | 167 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 D | power_control.cpp | 600 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 D | IntelCPUSensor.cpp | 129 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 D | signals.cpp | 70 signal->async_wait([this](const boost::system::error_code& ec, in asyncWait()
|
| /openbmc/phosphor-net-ipmid/sol/ |
| H A D | sol_context.cpp | 65 accumulateTimer.async_wait( in enableAccumulateTimer() 88 retryTimer.async_wait([weakRef](const boost::system::error_code& ec) { in enableRetryTimer()
|
| /openbmc/estoraged/src/ |
| H A D | getConfig.cpp | 53 timer->async_wait([self, timer, path, owner, in getStorageInfo()
|