Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Dasync_out.hpp111 struct async_out_future : ::boost::process::detail::windows::handler_base_ext, struct
115 std::shared_ptr<boost::process::async_pipe> pipe;
116 std::shared_ptr<std::promise<Type>> promise = std::make_shared<std::promise<Type>>();
117 std::shared_ptr<boost::asio::streambuf> buffer = std::make_shared<boost::asio::streambuf>();
119 ::boost::winapi::HANDLE_ get_used_handles() const in get_used_handles()
125 async_out_future(std::future<Type> & fut) in async_out_future() argument
130 inline void on_success(Executor&) in on_success()
167 void on_error(Executor &, const std::error_code &) const in on_error()
173 void on_setup(WindowsExecutor &exec) in on_setup()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Dasync_out.hpp115 struct async_out_future : ::boost::process::detail::posix::handler_base_ext, struct
118 std::shared_ptr<std::promise<Type>> promise = std::make_shared<std::promise<Type>>();
120 std::shared_ptr<boost::asio::streambuf> buffer = std::make_shared<boost::asio::streambuf>();
122 std::shared_ptr<boost::process::async_pipe> pipe;
124 async_out_future(std::future<Type> & fut) in async_out_future() function
129 inline void on_success(Executor &) in on_success()
162 void on_error(Executor &, const std::error_code &) const in on_error()
168 void on_setup(Executor & exec) in on_setup()
174 void on_exec_setup(Executor &exec) in on_exec_setup()