Searched defs:native_non_blocking (Results 1 - 10 of 10) sorted by relevance

/external/parameter-framework/asio/include/asio/
H A Dbasic_socket.hpp1096 * if (!sock_.native_non_blocking())
1097 * sock_.native_non_blocking(true, ec);
1146 bool native_non_blocking() const function in class:asio::basic_socket
1148 return this->get_service().native_non_blocking(this->get_implementation());
1186 * if (!sock_.native_non_blocking())
1187 * sock_.native_non_blocking(true, ec);
1236 void native_non_blocking(bool mode) function in class:asio::basic_socket
1239 this->get_service().native_non_blocking(
1241 asio::detail::throw_error(ec, "native_non_blocking");
1279 * if (!sock_.native_non_blocking())
1329 asio::error_code native_non_blocking( function in class:asio::basic_socket
[all...]
H A Dbasic_socket_acceptor.hpp800 bool native_non_blocking() const function in class:asio::basic_socket_acceptor
802 return this->get_service().native_non_blocking(this->get_implementation());
820 void native_non_blocking(bool mode) function in class:asio::basic_socket_acceptor
823 this->get_service().native_non_blocking(
825 asio::detail::throw_error(ec, "native_non_blocking");
843 asio::error_code native_non_blocking( function in class:asio::basic_socket_acceptor
846 return this->get_service().native_non_blocking(
H A Dsocket_acceptor_service.hpp202 bool native_non_blocking(const implementation_type& impl) const function in class:asio::socket_acceptor_service
204 return service_impl_.native_non_blocking(impl);
208 asio::error_code native_non_blocking(implementation_type& impl, function in class:asio::socket_acceptor_service
211 return service_impl_.native_non_blocking(impl, mode, ec);
H A Dstream_socket_service.hpp237 bool native_non_blocking(const implementation_type& impl) const function in class:asio::stream_socket_service
239 return service_impl_.native_non_blocking(impl);
243 asio::error_code native_non_blocking(implementation_type& impl, function in class:asio::stream_socket_service
246 return service_impl_.native_non_blocking(impl, mode, ec);
/external/parameter-framework/asio/include/asio/detail/
H A Dreactive_socket_service_base.hpp147 bool native_non_blocking(const base_implementation_type& impl) const function in class:asio::detail::reactive_socket_service_base
153 asio::error_code native_non_blocking(base_implementation_type& impl, function in class:asio::detail::reactive_socket_service_base
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_socket.hpp1096 * if (!sock_.native_non_blocking())
1097 * sock_.native_non_blocking(true, ec);
1146 bool native_non_blocking() const function in class:asio::basic_socket
1148 return this->get_service().native_non_blocking(this->get_implementation());
1186 * if (!sock_.native_non_blocking())
1187 * sock_.native_non_blocking(true, ec);
1236 void native_non_blocking(bool mode) function in class:asio::basic_socket
1239 this->get_service().native_non_blocking(
1241 asio::detail::throw_error(ec, "native_non_blocking");
1279 * if (!sock_.native_non_blocking())
1329 asio::error_code native_non_blocking( function in class:asio::basic_socket
[all...]
H A Dbasic_socket_acceptor.hpp800 bool native_non_blocking() const function in class:asio::basic_socket_acceptor
802 return this->get_service().native_non_blocking(this->get_implementation());
820 void native_non_blocking(bool mode) function in class:asio::basic_socket_acceptor
823 this->get_service().native_non_blocking(
825 asio::detail::throw_error(ec, "native_non_blocking");
843 asio::error_code native_non_blocking( function in class:asio::basic_socket_acceptor
846 return this->get_service().native_non_blocking(
H A Dsocket_acceptor_service.hpp202 bool native_non_blocking(const implementation_type& impl) const function in class:asio::socket_acceptor_service
204 return service_impl_.native_non_blocking(impl);
208 asio::error_code native_non_blocking(implementation_type& impl, function in class:asio::socket_acceptor_service
211 return service_impl_.native_non_blocking(impl, mode, ec);
H A Dstream_socket_service.hpp237 bool native_non_blocking(const implementation_type& impl) const function in class:asio::stream_socket_service
239 return service_impl_.native_non_blocking(impl);
243 asio::error_code native_non_blocking(implementation_type& impl, function in class:asio::stream_socket_service
246 return service_impl_.native_non_blocking(impl, mode, ec);
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dreactive_socket_service_base.hpp147 bool native_non_blocking(const base_implementation_type& impl) const function in class:asio::detail::reactive_socket_service_base
153 asio::error_code native_non_blocking(base_implementation_type& impl, function in class:asio::detail::reactive_socket_service_base

Completed in 112 milliseconds