Home
last modified time | relevance | path

Searched refs:request_stop (Results 1 – 17 of 17) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcontext.hpp85 bool request_stop() noexcept in request_stop() function in sdbusplus::async::context
87 return initial_stop.request_stop(); in request_stop()
/openbmc/sdbusplus/test/async/
H A Dfdio.cpp87 sdbusplus::async::execution::then([&]() { ctx->request_stop(); })); in TEST_F()
98 sdbusplus::async::execution::then([&]() { ctx->request_stop(); })); in TEST_F()
H A Dtimer.cpp18 stdexec::then([&ctx]() { ctx.request_stop(); })); in TEST()
H A Dcontext.cpp19 stdexec::then([this]() { ctx->request_stop(); })); in spawnStop()
/openbmc/sdbusplus/example/
H A Dcalculator-client.cpp71 sdbusplus::async::execution::then([&ctx]() { ctx.request_stop(); })); in main()
H A Dcoroutine-example.cpp93 ctx.request_stop(); in startup()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dstop_token.hpp128 auto request_stop() noexcept -> bool;
278 inline auto inplace_stop_source::request_stop() noexcept -> bool in request_stop() function in stdexec::inplace_stop_source
H A Dasync_scope.hpp342 __stop_source_->request_stop(); in operator ()()
957 auto request_stop() noexcept -> bool in request_stop() function
959 return __impl_.__stop_source_.request_stop(); in request_stop()
H A Dtask.hpp82 __stop_source_.request_stop(); in operator ()()
H A Dany_sender_of.hpp984 __source_.request_stop(); in operator ()()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__when_all.hpp63 __stop_source_.request_stop(); in operator ()()
366 __state.__stop_source_.request_stop(); in __set_error()
406 __state.__stop_source_.request_stop();
H A D__shared.hpp287 ->__stop_source_.request_stop(); in __detach()
/openbmc/phosphor-bmc-code-mgmt/usb/
H A Dusb_manager.cpp130 ctx.request_stop(); in run()
/openbmc/phosphor-logging/test/
H A Dlog_manager_dbus_tests.cpp76 stdexec::then([&ctx]() { ctx.request_stop(); })); in stop()
/openbmc/sdbusplus/src/async/
H A Dcontext.cpp167 final_stop.request_stop(); in spawn_complete()
/openbmc/pldm/requester/test/
H A Dhandler_test.cpp228 scope.request_stop(); in TEST_F()
/openbmc/pldm/platform-mc/
H A Dsensor_manager.cpp88 scope.request_stop(); in stopPolling()