Searched refs:start_t (Results 1 – 13 of 13) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __operation_states.hpp | 36 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.hpp | 185 struct start_t; 188 using __start::start_t; 189 extern const start_t start;
|
H A D | __p2300.hpp | 156 using start_t STDEXEC_STD_DEPRECATED = stdexec::start_t; typedef 158 inline constexpr stdexec::start_t start{};
|
H A D | __cpo.hpp | 137 using stdexec::start_t;
|
H A D | __basic_sender.hpp | 143 []<class _StartTag = start_t, class... _ChildOps>(
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | nbd-reconnect-on-open | 42 start_t = time.time() 44 delta_t = time.time() - start_t
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 264 | 97 start_t = time.time() 99 delta_t = time.time() - start_t
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | callback.hpp | 103 friend void tag_invoke(execution::start_t, in tag_invoke() argument
|
H A D | fdio.hpp | 66 friend void tag_invoke(execution::start_t, fdio_completion& self) noexcept in tag_invoke() argument
|
H A D | timer.hpp | 49 friend auto tag_invoke(execution::start_t, sleep_operation& self) noexcept in tag_invoke() argument
|
H A D | match.hpp | 89 friend void tag_invoke(execution::start_t, match_completion& self) noexcept in tag_invoke() argument
|
/openbmc/sdbusplus/src/async/ |
H A D | context.cpp | 71 friend void tag_invoke(execution::start_t, in tag_invoke() argument
|
/openbmc/pldm/requester/ |
H A D | handler.hpp | 500 friend void tag_invoke(stdexec::start_t, SendRecvMsgOperation& op) noexcept in tag_invoke() argument
|