Searched refs:handle_type (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dio.hpp71 //! The \a handle_type type is used to transparently refer to file
78 typedef int handle_type; typedef in class:tools::io::file_handle
104 file_handle(handle_type h);
179 handle_type disown(void);
191 handle_type get(void) const;
215 void posix_remap(handle_type h);
226 mutable handle_type m_handle;
236 static handle_type invalid_value(void);
262 typedef int handle_type; typedef in class:tools::io::systembuf
278 explicit systembuf(handle_type
[all...]
H A Dio.cpp57 impl::file_handle::file_handle(handle_type h) :
101 impl::file_handle::handle_type
106 handle_type h = m_handle;
111 impl::file_handle::handle_type
121 impl::file_handle::posix_remap(handle_type h)
141 impl::file_handle::handle_type
151 impl::systembuf::systembuf(handle_type h, std::size_t bufsize) :

Completed in 8 milliseconds