Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__execution_fwd.hpp90 struct execute_may_block_caller_t;
102 using __queries::execute_may_block_caller_t;
112 extern const execute_may_block_caller_t execute_may_block_caller;
H A D__env.hpp108 struct execute_may_block_caller_t : __query<execute_may_block_caller_t> struct
111 requires tag_invocable<execute_may_block_caller_t, __cref_t<_Tp>>
115 same_as<bool, tag_invoke_result_t<execute_may_block_caller_t, in operator ()()
118 nothrow_tag_invocable<execute_may_block_caller_t, __cref_t<_Tp>>); in operator ()()
119 return tag_invoke(execute_may_block_caller_t{}, std::as_const(__t)); in operator ()()
359 using __queries::execute_may_block_caller_t;
372 inline constexpr execute_may_block_caller_t execute_may_block_caller{};
H A D__p2300.hpp370 using execute_may_block_caller_t STDEXEC_STD_DEPRECATED = typedef
371 stdexec::execute_may_block_caller_t;
H A D__run_loop.hpp188 auto query(execute_may_block_caller_t) const noexcept -> bool in query()