Home
last modified time | relevance | path

Searched refs:start_t (Results 1 – 13 of 13) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__operation_states.hpp36 struct start_t struct
38 template <__same_as<start_t> _Self, class _OpState>
51 requires tag_invocable<start_t, _Op&>
55 static_assert(nothrow_tag_invocable<start_t, _Op&>); in operator ()()
56 (void)tag_invoke(start_t{}, __op); in operator ()()
61 using __start::start_t;
62 inline constexpr start_t start{};
H A D__execution_fwd.hpp185 struct start_t;
188 using __start::start_t;
189 extern const start_t start;
H A D__p2300.hpp156 using start_t STDEXEC_STD_DEPRECATED = stdexec::start_t; typedef
158 inline constexpr stdexec::start_t start{};
H A D__cpo.hpp137 using stdexec::start_t;
H A D__basic_sender.hpp143 []<class _StartTag = start_t, class... _ChildOps>(
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-reconnect-on-open42 start_t = time.time()
44 delta_t = time.time() - start_t
/openbmc/qemu/tests/qemu-iotests/
H A D26497 start_t = time.time()
99 delta_t = time.time() - start_t
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcallback.hpp103 friend void tag_invoke(execution::start_t, in tag_invoke() argument
H A Dfdio.hpp66 friend void tag_invoke(execution::start_t, fdio_completion& self) noexcept in tag_invoke() argument
H A Dtimer.hpp49 friend auto tag_invoke(execution::start_t, sleep_operation& self) noexcept in tag_invoke() argument
H A Dmatch.hpp89 friend void tag_invoke(execution::start_t, match_completion& self) noexcept in tag_invoke() argument
/openbmc/sdbusplus/src/async/
H A Dcontext.cpp71 friend void tag_invoke(execution::start_t, in tag_invoke() argument
/openbmc/pldm/requester/
H A Dhandler.hpp500 friend void tag_invoke(stdexec::start_t, SendRecvMsgOperation& op) noexcept in tag_invoke() argument