Searched defs:windows_executor (Results 1 – 1 of 1) sorted by relevance
47 using windows_executor = ::boost::process::detail::windows::executor<Char, Sequence>; typedef284 struct windows_executor struct287 Sequence & seq;290 const Char * exe = nullptr;292 char Char* cmd_line = nullptr;294 char Char* env = nullptr;296 const Char * work_dir = nullptr;310 … std::shared_ptr<std::atomic<int>> exit_status = std::make_shared<std::atomic<int>>(still_active);324 typedef typename detail::startup_info<Char>::type startup_info_t;326 typedef typename detail::startup_info_ex<Char>::type startup_info_ex_t;[all …]