Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Dexecutor.hpp84 struct on_exec_setup_t struct
87 on_exec_setup_t(Executor & exec) : exec(exec) {}; in on_exec_setup_t() argument
137 template<typename Executor> on_exec_setup_t <Executor> call_on_exec_setup (Executor & exec) {retu… in call_on_exec_setup()