Home
last modified time | relevance | path

Searched refs:stop_requested (Results 1 – 16 of 16) sorted by relevance

/openbmc/sdbusplus/src/async/
H A Dcontext.cpp96 while (!ctx.final_stop.stop_requested()) in loop()
155 while (!ctx.stop_requested()) in watchdog_loop()
180 if (stop_requested()) in spawn_complete()
191 if (stop_requested()) in check_stop_requested()
221 return !final_stop.stop_requested(); in caller_run()
323 ctx.final_stop.stop_requested(); in wait_once()
335 if (!ctx.final_stop.stop_requested() && ctx.pending) in wait_once()
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcontext.hpp90 bool stop_requested() noexcept in stop_requested() function in sdbusplus::async::context
92 return initial_stop.stop_requested(); in stop_requested()
/openbmc/dbus-sensors/src/
H A DEntityManagerInterface.cpp75 while (!ctx.stop_requested()) in handleInventoryAdded()
105 while (!ctx.stop_requested()) in handleInventoryRemoved()
H A DGPIOInterface.cpp79 while (!ctx.stop_requested()) in readGPIOAsyncEvent()
H A DNotifyWatch.cpp111 if (!ctx.stop_requested()) in readNotifyAsync()
/openbmc/phosphor-modbus/common/
H A Dentity_manager_interface.cpp83 while (!ctx.stop_requested()) in handleInventoryAdded()
113 while (!ctx.stop_requested()) in handleInventoryRemoved()
/openbmc/entity-manager/src/gpio-presence/
H A Dconfig_provider.cpp94 while (!ctx.stop_requested()) in handleInterfacesAdded()
127 while (!ctx.stop_requested()) in handleInterfacesRemoved()
H A Dgpio_presence_manager.cpp275 while (!ctx.stop_requested()) in readGPIOAsyncEvent()
/openbmc/phosphor-health-monitor/
H A Dhealth_monitor.cpp42 while (!ctx.stop_requested()) in run()
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_manager.cpp204 while (!ctx.stop_requested()) in interfaceAddedMatch()
229 while (!ctx.stop_requested()) in interfaceRemovedMatch()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A DNotifyWatch.hpp111 if (!notifyCtx.stop_requested()) in readNotifyAsync()
/openbmc/phosphor-modbus/mocked_test_device/
H A Dmock_modbus_server.cpp46 while (!ctx.stop_requested()) in processRequests()
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device.cpp287 while (!ctx.stop_requested()) in processHostStateChange()
/openbmc/phosphor-modbus/rtu/device/
H A Dbase_device.cpp129 while (!ctx.stop_requested()) in readSensorRegisters()
/openbmc/phosphor-modbus/rtu/inventory/
H A Dmodbus_inventory.cpp255 while (!ctx.stop_requested()) in probePorts()
/openbmc/pldm/requester/
H A Dhandler.hpp504 if (stopToken.stop_requested()) in tag_invoke()