OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_non_blocking
(Results
1 - 5
of
5
) sorted by null
/external/parameter-framework/asio-1.10.6/include/asio/
socket_acceptor_service.hpp
202
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);
basic_socket.hpp
1146
bool
native_non_blocking
() const
function in class:asio::basic_socket
1236
void
native_non_blocking
(bool mode)
function in class:asio::basic_socket
1329
asio::error_code
native_non_blocking
(
function in class:asio::basic_socket
[
all
...]
basic_socket_acceptor.hpp
800
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
(
[
all
...]
stream_socket_service.hpp
237
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/
reactive_socket_service_base.hpp
147
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 266 milliseconds