Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dtimer.hpp32 struct sleep_operation : public context_ref, details::context_friend struct
34 sleep_operation() = delete;
35 sleep_operation(sleep_operation&&) = delete;
37 sleep_operation(context& ctx, event_t::time_resolution time, R&& r) : in sleep_operation() argument
43 auto self = static_cast<sleep_operation<R>*>(data); in handler()
49 friend auto tag_invoke(execution::start_t, sleep_operation& self) noexcept in tag_invoke()
97 R r) -> sleep_operation<R> in tag_invoke()