/openbmc/sdbusplus/example/ |
H A D | asio-example.cpp | 25 int fooYield(boost::asio::yield_context yield, in fooYield() 58 boost::asio::yield_context yield) in do_start_async_method_call_one() 97 boost::asio::yield_context yield) in do_start_async_ipmi_call() 146 boost::asio::yield_context yield) in do_start_async_to_yield() 252 [conn](boost::asio::yield_context yield, int val) { in server() 375 boost::asio::spawn(io, [conn](boost::asio::yield_context yield) { in client() 378 boost::asio::spawn(io, [conn](boost::asio::yield_context yield) { in client() 381 boost::asio::spawn(io, [conn](boost::asio::yield_context yield) { in client()
|
/openbmc/service-config-manager/src/ |
H A D | utils.cpp | 33 boost::asio::yield_context yield) in systemdDaemonReload() 55 boost::asio::yield_context yield, in systemdUnitAction() 98 boost::asio::yield_context yield, const std::vector<std::string>& unitFiles, in systemdUnitFilesStateChange()
|
H A D | srvcfg_manager.cpp | 354 void ServiceConfig::stopAndApplyUnitConfig(boost::asio::yield_context yield) in stopAndApplyUnitConfig() 458 void ServiceConfig::restartUnitConfig(boost::asio::yield_context yield) in restartUnitConfig() 505 [this](boost::asio::yield_context yield) { in startServiceRestartTimer() 528 {}); in startServiceRestartTimer()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | bmccontrolservices.cpp | 111 ipmi::RspType<> setBmcControlServices(boost::asio::yield_context yield, in setBmcControlServices() 167 ipmi::RspType<uint16_t> getBmcControlServices(boost::asio::yield_context yield) in getBmcControlServices()
|
H A D | storagecommands.cpp | 228 boost::asio::yield_context& yield) in replaceCacheFru() 363 boost::asio::spawn(*getIoContext(), [](boost::asio::yield_context yield) { in startMatch()
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | helper.h | 32 static inline void yield(void) in yield() function
|
/openbmc/telemetry/src/utils/ |
H A D | dbus_mapper.hpp | 24 getSubTreeSensors(boost::asio::yield_context& yield, in getSubTreeSensors()
|
/openbmc/telemetry/src/ |
H A D | report_manager.cpp | 51 ReadingParameters readingParameters, bool enabled) { in ReportManager() 132 boost::asio::yield_context& yield, const std::string& reportId, in addReport()
|
H A D | report_factory.cpp | 109 boost::asio::yield_context& yield, in convertMetricParams()
|
H A D | trigger_manager.cpp | 33 const TriggerThresholdParamsExt& thresholds) { in TriggerManager()
|
H A D | trigger_factory.cpp | 285 TriggerFactory::getLabeledSensorsInfo(boost::asio::yield_context& yield, in getLabeledSensorsInfo()
|
/openbmc/phosphor-host-ipmid/ |
H A D | ipmid-new.cpp | 488 auto executionEntry(boost::asio::yield_context yield, sdbusplus::message_t& m, in executionEntry() 769 [b = std::move(b)](boost::asio::yield_context yield) { in handleLegacyIpmiCommand() 804 {}); in handleLegacyIpmiCommand()
|
H A D | chassishandler.cpp | 2254 ipmiChassisSetPowerRestorePolicy(boost::asio::yield_context yield, in ipmiChassisSetPowerRestorePolicy()
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | storagecommands.cpp | 217 boost::asio::yield_context& yield, in replaceCacheFru() 350 [](boost::asio::yield_context yield) { in startMatch() 353 {}); in startMatch()
|
/openbmc/sdbusplus/include/sdbusplus/asio/ |
H A D | connection.hpp | 227 boost::asio::yield_context yield, boost::system::error_code& ec, in yield_method_call()
|
H A D | object_server.hpp | 245 void after_spawn(message_t b, boost::asio::yield_context yield) in after_spawn()
|
/openbmc/ipmbbridge/ |
H A D | ipmbbridged.cpp | 716 IpmbChannel::requestAdd(boost::asio::yield_context& yield, in requestAdd() 854 uint8_t lun, uint8_t cmd, std::vector<uint8_t> dataReceived) { in __anon377db2e00702()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | op_helper.c | 475 HELPER(yield)(env); in HELPER() local 478 void HELPER(yield)(CPUARMState *env) in HELPER() argument
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | message.hpp | 68 boost::asio::yield_context yield; member
|
/openbmc/u-boot/include/linux/ |
H A D | compat.h | 256 #define yield() do { } while (0) macro
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_types.h | 199 u32 yield; member
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_submission.c | 4474 u32 yield[] = { in guc_init_global_schedule_policy() local
|
/openbmc/linux/kernel/sched/ |
H A D | core.c | 8911 void __sched yield(void) in yield() function
|