Home
last modified time | relevance | path

Searched refs:stop_possible (Results 1 – 4 of 4) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__stop_token.hpp40 { __token.stop_possible() } noexcept -> __boolean_testable_;
61 { _Token::stop_possible() } -> __boolean_testable_;
62 } && (!_Token::stop_possible());
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dstop_token.hpp107 static constexpr auto stop_possible() noexcept -> bool in stop_possible() function
190 [[nodiscard]] auto stop_possible() const noexcept -> bool in stop_possible() function in stdexec::inplace_stop_token
H A Dtask.hpp277 __token.stop_possible()) in __default_awaiter_context()
/openbmc/pldm/requester/
H A Dhandler.hpp522 if (stopToken.stop_possible()) in tag_invoke()