Searched refs:native_non_blocking (Results 1 – 5 of 5) sorted by relevance
202 bool native_non_blocking(const implementation_type& impl) const in native_non_blocking() function in asio::socket_acceptor_service204 return service_impl_.native_non_blocking(impl); in native_non_blocking()208 asio::error_code native_non_blocking(implementation_type& impl, in native_non_blocking() function in asio::socket_acceptor_service211 return service_impl_.native_non_blocking(impl, mode, ec); in native_non_blocking()
800 bool native_non_blocking() const in native_non_blocking() function in asio::basic_socket_acceptor802 return this->get_service().native_non_blocking(this->get_implementation()); in native_non_blocking()820 void native_non_blocking(bool mode) in native_non_blocking() function in asio::basic_socket_acceptor823 this->get_service().native_non_blocking( in native_non_blocking()843 asio::error_code native_non_blocking( in native_non_blocking() function in asio::basic_socket_acceptor846 return this->get_service().native_non_blocking( in native_non_blocking()
1146 bool native_non_blocking() const in native_non_blocking() function in asio::basic_socket1148 return this->get_service().native_non_blocking(this->get_implementation()); in native_non_blocking()1236 void native_non_blocking(bool mode) in native_non_blocking() function in asio::basic_socket1239 this->get_service().native_non_blocking( in native_non_blocking()1329 asio::error_code native_non_blocking( in native_non_blocking() function in asio::basic_socket1332 return this->get_service().native_non_blocking( in native_non_blocking()
237 bool native_non_blocking(const implementation_type& impl) const in native_non_blocking() function in asio::stream_socket_service239 return service_impl_.native_non_blocking(impl); in native_non_blocking()243 asio::error_code native_non_blocking(implementation_type& impl, in native_non_blocking() function in asio::stream_socket_service246 return service_impl_.native_non_blocking(impl, mode, ec); in native_non_blocking()
147 bool native_non_blocking(const base_implementation_type& impl) const in native_non_blocking() function in asio::detail::reactive_socket_service_base153 asio::error_code native_non_blocking(base_implementation_type& impl, in native_non_blocking() function in asio::detail::reactive_socket_service_base