/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 | 374 socket.async_wait(boost::asio::posix::stream_descriptor::wait_read, in read_wait() 379 socket.async_wait(boost::asio::posix::stream_descriptor::wait_write, in read_wait() 384 socket.async_wait(boost::asio::posix::stream_descriptor::wait_error, in read_wait() 408 timer.async_wait(std::bind_front(&connection::on_timer_event, this)); in read_wait()
|
/openbmc/phosphor-pid-control/ |
H A D | main.cpp | 225 timer.async_wait(restartLbd); in tryRestartControlLoops() 266 timer.async_wait(stopLbd); in tryTerminateControlLoops() 291 timer.async_wait([](const boost::system::error_code ec) { in signalHandler() 303 signals.async_wait(signalHandler); in signalHandler() 411 signals.async_wait(signalHandler); in main()
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm-dev-common.c | 86 wake_up_interruptible(&priv->async_wait); in tpm_dev_async_work() 109 wake_up_interruptible(&priv->async_wait); in tpm_timeout_work() 123 init_waitqueue_head(&priv->async_wait); in tpm_common_open() 244 poll_wait(file, &priv->async_wait, wait); in tpm_common_poll()
|
H A D | tpm-dev.h | 16 wait_queue_head_t async_wait; member
|
/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/openpower-vpd-parser/vpd-manager/src/ |
H A D | gpio_monitor.cpp | 84 i_timerObj->async_wait( in handleTimerExpiry() 101 l_timerObj->async_wait( in setEventHandlerForGpioPresence()
|
/openbmc/bios-bmc-smm-error-logger/src/ |
H A D | main.cpp | 67 t->async_wait( in readLoop() 104 t.async_wait(std::bind_front(readLoop, &t, std::move(bufferHandler), in main()
|
/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/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) {
|
/openbmc/dbus-sensors/src/intrusion/ |
H A D | ChassisIntrusionSensor.cpp | 159 mPollTimer.async_wait([weakRef](const boost::system::error_code& ec) { in pollSensorStatus() 203 mGpioFd.async_wait( in pollSensorStatus() 274 mPollTimer.async_wait([weakRef](const boost::system::error_code& ec) { in pollSensorStatus()
|
/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/telemetry/src/utils/ |
H A D | detached_timer.hpp | 19 timer->async_wait([timer = std::move(timer), in makeDetachedTimer()
|
/openbmc/telemetry/src/ |
H A D | main.cpp | 21 signals.async_wait( in main()
|
/openbmc/x86-power-control/src/ |
H A D | power_control.cpp | 594 powerStateSaveTimer.async_wait([state](const boost::system::error_code ec) { in savePowerState() 1076 powerRestoreTimer.async_wait([this](const boost::system::error_code in invokeIfReady() 1152 event.async_wait( in waitForGPIOEvent() 1246 gpioAssertTimer.async_wait( in setMaskedGPIOOutputForMs() 1289 gpioAssertTimer.async_wait( in setGPIOOutputForMs() 1371 slotPowerCycleTimer.async_wait([](const boost::system::error_code ec) { in slotPowerCycle() 1402 gpioAssertTimer.async_wait([](const boost::system::error_code ec) { in forcePowerOff() 1429 gracefulPowerOffTimer.async_wait([](const boost::system::error_code ec) { in gracefulPowerOffTimerStart() 1452 powerCycleTimer.async_wait([](const boost::system::error_code ec) { in powerCycleTimerStart() 1475 psPowerOKWatchdogTimer.async_wait([](const boost::system::error_code ec) { in psPowerOKWatchdogTimerStart() [all …]
|
/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/openpower-hw-diags/attn/ |
H A D | attn_monitor.cpp | 13 iv_gpioEventDescriptor.async_wait( in scheduleGPIOEvent()
|
/openbmc/bmcweb/http/ |
H A D | http_client.hpp | 199 timer.async_wait(std::bind_front(onTimeout, weak_from_this())); in afterResolve() 248 timer.async_wait(std::bind_front(onTimeout, weak_from_this())); in doSslHandshake() 285 timer.async_wait(std::bind_front(onTimeout, weak_from_this())); in sendMessage() 336 timer.async_wait(std::bind_front(onTimeout, weak_from_this())); in recvMessage() 483 timer.async_wait(std::bind_front(&ConnectionInfo::onTimerDone, this, in waitAndRetry()
|
/openbmc/dbus-sensors/src/mcu/ |
H A D | MCUTempSensor.cpp | 169 waitTimer.async_wait([this](const boost::system::error_code& ec) { in read() 290 configTimer.async_wait([&](const boost::system::error_code& ec) { in main()
|
/openbmc/dbus-sensors/src/mctp/ |
H A D | MCTPReactorMain.cpp | 198 clock.async_wait(alarm); in main() 202 clock.async_wait(alarm); in main()
|
/openbmc/dbus-sensors/src/ |
H A D | Utils.cpp | 364 timer->async_wait( in getPowerStatus() 397 timer->async_wait( in getPostStatus() 432 timer->async_wait( in getChassisStatus() 489 timer.async_wait( in setupPowerMatchCallback() 553 timerChassisOn.async_wait([hostStatusCallback]( in setupPowerMatchCallback()
|
/openbmc/dbus-sensors/src/intel-cpu/ |
H A D | IntelCPUSensor.cpp | 130 waitTimer.async_wait([weakRef](const boost::system::error_code& ec) { in restartRead() 170 inputDev.async_wait(boost::asio::posix::descriptor_base::wait_read, in setupRead()
|
/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/phosphor-pid-control/pid/ |
H A D | pidloop.cpp | 82 timer->async_wait([zone, timer, cycleCnt, isCanceling, msPerFanCycle]( in pidControlLoop()
|