Home
last modified time | relevance | path

Searched refs:__eptr (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__connect_awaitable.hpp212 std::exception_ptr __eptr; in __co_impl() local
226 __eptr = std::current_exception(); in __co_impl()
229 static_cast<std::exception_ptr&&>(__eptr)); in __co_impl()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp839 [[noreturn]] void set_error(std::exception_ptr __eptr) noexcept in set_error()
841 std::rethrow_exception(std::move(__eptr)); in set_error()