Home
last modified time | relevance | path

Searched defs:composed_work (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dcompose.hpp194 struct composed_work<void()> struct
196 typedef composed_io_executors<void()> executors_type;
198 composed_work(const executors_type&) BOOST_ASIO_NOEXCEPT in composed_work() argument
203 void reset() in reset()
208 typedef system_executor head_type;
209 composed_work_guard<system_executor> head_;
213 struct composed_work<void(Head)> struct
215 typedef composed_io_executors<void(Head)> executors_type;
217 explicit composed_work(const executors_type& ex) BOOST_ASIO_NOEXCEPT in composed_work() argument
222 void reset() in reset()
[all …]