Home
last modified time | relevance | path

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

/third_party/boost/boost/process/detail/posix/
Dhandler.hpp14 struct handler_base_ext : handler_base struct
17 void on_fork_error (Executor &, const std::error_code&) const {} in on_fork_error()
20 void on_exec_setup (Executor &) const {} in on_exec_setup()
23 void on_exec_error (Executor &, const std::error_code&) const {} in on_exec_error()
/third_party/boost/boost/process/detail/windows/
Dhandler.hpp14 struct handler_base_ext : handler_base {}; struct