Home
last modified time | relevance | path

Searched refs:async_wait (Results 1 – 25 of 84) 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.hpp374 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 Dmain.cpp225 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 Dtpm-dev-common.c86 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 Dtpm-dev.h16 wait_queue_head_t async_wait; member
/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/openpower-vpd-parser/vpd-manager/src/
H A Dgpio_monitor.cpp84 i_timerObj->async_wait( in handleTimerExpiry()
101 l_timerObj->async_wait( in setEventHandlerForGpioPresence()
/openbmc/bios-bmc-smm-error-logger/src/
H A Dmain.cpp67 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 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/dbus-sensors/src/fan/
H A DPresenceGpio.cpp95 gpioFd.async_wait( in monitorPresence()
186 pollTimer.async_wait([weakRef](const boost::system::error_code& ec) {
/openbmc/dbus-sensors/src/intrusion/
H A DChassisIntrusionSensor.cpp159 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 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/telemetry/src/utils/
H A Ddetached_timer.hpp19 timer->async_wait([timer = std::move(timer), in makeDetachedTimer()
/openbmc/telemetry/src/
H A Dmain.cpp21 signals.async_wait( in main()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp594 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 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/openpower-hw-diags/attn/
H A Dattn_monitor.cpp13 iv_gpioEventDescriptor.async_wait( in scheduleGPIOEvent()
/openbmc/bmcweb/http/
H A Dhttp_client.hpp199 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 DMCUTempSensor.cpp169 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 DMCTPReactorMain.cpp198 clock.async_wait(alarm); in main()
202 clock.async_wait(alarm); in main()
/openbmc/dbus-sensors/src/
H A DUtils.cpp364 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 DIntelCPUSensor.cpp130 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 Dsol_context.cpp65 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 Dpidloop.cpp82 timer->async_wait([zone, timer, cycleCnt, isCanceling, msPerFanCycle]( in pidControlLoop()

1234