Home
last modified time | relevance | path

Searched refs:stream_descriptor (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/libs/asio/test/posix/
Dstream_descriptor.cpp63 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/
Dasync_pipe.hpp21 ::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 …]
Dasio_fwd.hpp36 typedef basic_stream_descriptor<any_io_executor> stream_descriptor; typedef
/third_party/boost/libs/asio/doc/overview/
Dposix.qbk12 [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
Dstreams.qbk34 `ssl::stream<>`, `posix::stream_descriptor`, `windows::stream_handle`, etc.
/third_party/boost/libs/asio/include/boost/asio/posix/
Dstream_descriptor.hpp30 typedef basic_stream_descriptor<> stream_descriptor; typedef
/third_party/boost/boost/asio/posix/
Dstream_descriptor.hpp30 typedef basic_stream_descriptor<> stream_descriptor; typedef
/third_party/boost/libs/process/test/
Dspawn_fail.cpp34 typedef boost::asio::posix::stream_descriptor pipe_end;
Dsystem_test1.cpp43 typedef boost::asio::posix::stream_descriptor pipe_end;
Dspawn.cpp38 typedef boost::asio::posix::stream_descriptor pipe_end;
Dbind_stdout_stderr.cpp33 typedef boost::asio::posix::stream_descriptor pipe_end;
Dexit_code.cpp26 typedef boost::asio::posix::stream_descriptor pipe_end;
Dbind_stdout.cpp37 typedef boost::asio::posix::stream_descriptor pipe_end;
Dbind_stderr.cpp37 typedef boost::asio::posix::stream_descriptor pipe_end;
Dbind_stdin.cpp40 typedef boost::asio::posix::stream_descriptor pipe_end;
/third_party/boost/libs/asio/example/cpp03/chat/
Dposix_chat_client.cpp168 posix::stream_descriptor input_;
169 posix::stream_descriptor output_;
/third_party/boost/doc/html/boost_asio/example/cpp03/chat/
Dposix_chat_client.cpp168 posix::stream_descriptor input_;
169 posix::stream_descriptor output_;
/third_party/boost/libs/asio/test/
DJamfile.v2165 [ 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/
Doverview.qbk36 * [link boost_asio.overview.posix.stream_descriptor Stream-Oriented File Descriptors]
Dexamples.qbk56 [link boost_asio.reference.posix__stream_descriptor posix::stream_descriptor] class to
Dhistory.qbk683 `posix::stream_descriptor`, when using the Linux epoll backend.
Dreference.qbk106111 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/
Dasio_HTML.manifest29 boost_asio/overview/posix/stream_descriptor.html