Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Dexecutor.hpp98 struct on_exec_error_t struct
102 on_exec_error_t(Executor & exec, const std::error_code & error) : exec(exec), ec(error) {}; in on_exec_error_t() function
138 template<typename Executor> on_exec_error_t <Executor> call_on_exec_error (Executor & exec, const… in call_on_exec_error()
140 return on_exec_error_t<Executor> (exec, ec); in call_on_exec_error()