Home
last modified time | relevance | path

Searched refs:native_non_blocking (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/
Dsocket_acceptor_service.hpp202 bool native_non_blocking(const implementation_type& impl) const in native_non_blocking() function in asio::socket_acceptor_service
204 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_service
211 return service_impl_.native_non_blocking(impl, mode, ec); in native_non_blocking()
Dbasic_socket_acceptor.hpp800 bool native_non_blocking() const in native_non_blocking() function in asio::basic_socket_acceptor
802 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_acceptor
823 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_acceptor
846 return this->get_service().native_non_blocking( in native_non_blocking()
Dbasic_socket.hpp1146 bool native_non_blocking() const in native_non_blocking() function in asio::basic_socket
1148 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_socket
1239 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_socket
1332 return this->get_service().native_non_blocking( in native_non_blocking()
Dstream_socket_service.hpp237 bool native_non_blocking(const implementation_type& impl) const in native_non_blocking() function in asio::stream_socket_service
239 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_service
246 return service_impl_.native_non_blocking(impl, mode, ec); in native_non_blocking()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service_base.hpp147 bool native_non_blocking(const base_implementation_type& impl) const in native_non_blocking() function in asio::detail::reactive_socket_service_base
153 asio::error_code native_non_blocking(base_implementation_type& impl, in native_non_blocking() function in asio::detail::reactive_socket_service_base