Home
last modified time | relevance | path

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

/third_party/boost/libs/process/test/
Dlimit_fd.cpp120 struct on_setup_t struct
124 on_setup_t(std::vector<bt::native_handle_type> & res) : res(res) {} in on_setup_t() argument
126 void operator()(Executor & e) in operator ()()
/third_party/boost/boost/process/detail/windows/
Dexecutor.hpp127 struct on_setup_t struct in boost::process::detail::windows::executor
129 executor & exec;
130 on_setup_t(executor & exec) : exec(exec) {}; in on_setup_t() argument
132 void operator()(T & t) const in operator ()()
/third_party/boost/boost/process/detail/posix/
Dexecutor.hpp32 struct on_setup_t struct
34 Executor & exec;
35 on_setup_t(Executor & exec) : exec(exec) {}; in on_setup_t() function
37 void operator()(T & t) const in operator ()()