Searched refs:stream_descriptor (Results 1 – 23 of 23) sorted by relevance
/third_party/boost/libs/asio/test/posix/ |
D | stream_descriptor.cpp | 63 posix::stream_descriptor descriptor1(ioc); in test() 64 posix::stream_descriptor descriptor2(ioc_ex); in test() 66 posix::stream_descriptor descriptor3(ioc, native_descriptor1); in test() 67 posix::stream_descriptor descriptor4(ioc_ex, native_descriptor1); in test() 70 posix::stream_descriptor descriptor5(std::move(descriptor2)); in test() 76 descriptor1 = posix::stream_descriptor(ioc); in test() 82 posix::stream_descriptor::executor_type ex = descriptor1.get_executor(); in test() 87 posix::stream_descriptor::lowest_layer_type& lowest_layer in test() 91 const posix::stream_descriptor& descriptor6 = descriptor1; in test() 92 const posix::stream_descriptor::lowest_layer_type& lowest_layer2 in test() [all …]
|
/third_party/boost/boost/process/detail/posix/ |
D | async_pipe.hpp | 21 ::boost::asio::posix::stream_descriptor _source; 22 ::boost::asio::posix::stream_descriptor _sink ; 25 typedef ::boost::asio::posix::stream_descriptor handle_type; 140 …e_type native_source() const {return const_cast<boost::asio::posix::stream_descriptor&>(_source).n… in native_source() 141 …e_type native_sink () const {return const_cast<boost::asio::posix::stream_descriptor&>(_sink ).n… in native_sink() 174 ::boost::asio::posix::stream_descriptor stolen(ios, _source.release()); in source() 179 ::boost::asio::posix::stream_descriptor stolen(ios, _sink.release()); in sink() 185 … auto source_in = const_cast<::boost::asio::posix::stream_descriptor &>(_source).native_handle(); in source() 186 return ::boost::asio::posix::stream_descriptor(ios, ::dup(source_in)); in source() 190 auto sink_in = const_cast<::boost::asio::posix::stream_descriptor &>(_sink).native_handle(); in sink() [all …]
|
D | asio_fwd.hpp | 36 typedef basic_stream_descriptor<any_io_executor> stream_descriptor; typedef
|
/third_party/boost/libs/asio/doc/overview/ |
D | posix.qbk | 12 [link boost_asio.overview.posix.stream_descriptor Stream-Oriented File Descriptors] 74 [section:stream_descriptor Stream-Oriented File Descriptors] 91 posix::stream_descriptor in(my_io_context, ::dup(STDIN_FILENO)); 92 posix::stream_descriptor out(my_io_context, ::dup(STDOUT_FILENO)); 103 [link boost_asio.reference.posix__stream_descriptor posix::stream_descriptor], 139 descriptors underlying `basic_socket<>`, `posix::stream_descriptor`, etc.) are
|
D | streams.qbk | 34 `ssl::stream<>`, `posix::stream_descriptor`, `windows::stream_handle`, etc.
|
/third_party/boost/libs/asio/include/boost/asio/posix/ |
D | stream_descriptor.hpp | 30 typedef basic_stream_descriptor<> stream_descriptor; typedef
|
/third_party/boost/boost/asio/posix/ |
D | stream_descriptor.hpp | 30 typedef basic_stream_descriptor<> stream_descriptor; typedef
|
/third_party/boost/libs/process/test/ |
D | spawn_fail.cpp | 34 typedef boost::asio::posix::stream_descriptor pipe_end;
|
D | system_test1.cpp | 43 typedef boost::asio::posix::stream_descriptor pipe_end;
|
D | spawn.cpp | 38 typedef boost::asio::posix::stream_descriptor pipe_end;
|
D | bind_stdout_stderr.cpp | 33 typedef boost::asio::posix::stream_descriptor pipe_end;
|
D | exit_code.cpp | 26 typedef boost::asio::posix::stream_descriptor pipe_end;
|
D | bind_stdout.cpp | 37 typedef boost::asio::posix::stream_descriptor pipe_end;
|
D | bind_stderr.cpp | 37 typedef boost::asio::posix::stream_descriptor pipe_end;
|
D | bind_stdin.cpp | 40 typedef boost::asio::posix::stream_descriptor pipe_end;
|
/third_party/boost/libs/asio/example/cpp03/chat/ |
D | posix_chat_client.cpp | 168 posix::stream_descriptor input_; 169 posix::stream_descriptor output_;
|
/third_party/boost/doc/html/boost_asio/example/cpp03/chat/ |
D | posix_chat_client.cpp | 168 posix::stream_descriptor input_; 169 posix::stream_descriptor output_;
|
/third_party/boost/libs/asio/test/ |
D | Jamfile.v2 | 165 [ link posix/stream_descriptor.cpp : : posix_stream_descriptor ] 166 [ link posix/stream_descriptor.cpp : $(USE_SELECT) : posix_stream_descriptor_select ]
|
/third_party/boost/libs/asio/doc/ |
D | overview.qbk | 36 * [link boost_asio.overview.posix.stream_descriptor Stream-Oriented File Descriptors]
|
D | examples.qbk | 56 [link boost_asio.reference.posix__stream_descriptor posix::stream_descriptor] class to
|
D | history.qbk | 683 `posix::stream_descriptor`, when using the Linux epoll backend.
|
D | reference.qbk | 106111 boost::asio::posix::stream_descriptor descriptor(my_context); 106114 boost::asio::posix::stream_descriptor::wait_read, 106373 boost::asio::posix::stream_descriptor descriptor(my_context); 106634 boost::asio::posix::stream_descriptor descriptor(my_context); 106636 boost::asio::posix::stream_descriptor::bytes_readable command; 106683 boost::asio::posix::stream_descriptor descriptor(my_context); 106685 boost::asio::posix::stream_descriptor::bytes_readable command; 107347 boost::asio::posix::stream_descriptor descriptor(my_context); 107349 descriptor.wait(boost::asio::posix::stream_descriptor::wait_read); 107391 boost::asio::posix::stream_descriptor descriptor(my_context); [all …]
|
/third_party/boost/doc/html/ |
D | asio_HTML.manifest | 29 boost_asio/overview/posix/stream_descriptor.html
|