Searched defs:bind_fd_ (Results 1 – 2 of 2) sorted by relevance
65 struct bind_fd_ : handler_base_ext, ::boost::process::detail::uses_handles struct68 bind_fd_(int id, const FileDescriptor &fd) : id_(id), fd_(fd) {} in bind_fd_() function71 void on_exec_setup(PosixExecutor& e) const in on_exec_setup()77 std::array<int, 2> get_used_handles() {return {id_, fd_};} in get_used_handles()81 int id_;82 FileDescriptor fd_;
280 sapi::file_util::fileops::FDCloser bind_fd_; variable