Searched defs:non_blocking (Results 1 - 15 of 15) sorted by relevance

/external/parameter-framework/asio/include/asio/detail/
H A Dsocket_ops.hpp38 non_blocking = user_set_non_blocking | internal_non_blocking, enumerator in enum:asio::detail::socket_ops::__anon15548
H A Dreactive_socket_service_base.hpp133 bool non_blocking(const base_implementation_type& impl) const function in class:asio::detail::reactive_socket_service_base
139 asio::error_code non_blocking(base_implementation_type& impl, function in class:asio::detail::reactive_socket_service_base
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dsocket_ops.hpp38 non_blocking = user_set_non_blocking | internal_non_blocking, enumerator in enum:asio::detail::socket_ops::__anon15551
H A Dreactive_socket_service_base.hpp133 bool non_blocking(const base_implementation_type& impl) const function in class:asio::detail::reactive_socket_service_base
139 asio::error_code non_blocking(base_implementation_type& impl, function in class:asio::detail::reactive_socket_service_base
/external/netperf/src/
H A Dnettest_sctp.h34 int non_blocking; /* run the test in non-blocking mode */ member in struct:sctp_stream_request_struct
48 int non_blocking; /* run the test in non-blocking mode */ member in struct:sctp_stream_response_struct
80 int non_blocking; /* run the test in non-blocking mode */ member in struct:sctp_rr_request_struct
93 int non_blocking; /* run the test in non-blocking mode */ member in struct:sctp_rr_response_struct
H A Dnettest_sdp.h39 int non_blocking; /* run the test in non-blocking mode */ member in struct:sdp_stream_request_struct
53 int non_blocking; /* run the test in non-blocking mode */ member in struct:sdp_stream_response_struct
85 int non_blocking; /* run the test in non-blocking mode */ member in struct:sdp_rr_request_struct
98 int non_blocking; /* run the test in non-blocking mode */ member in struct:sdp_rr_response_struct
/external/parameter-framework/asio/include/asio/
H A Dbasic_socket.hpp1017 bool non_blocking() const function in class:asio::basic_socket
1019 return this->get_service().non_blocking(this->get_implementation());
1035 void non_blocking(bool mode) function in class:asio::basic_socket
1038 this->get_service().non_blocking(this->get_implementation(), mode, ec);
1039 asio::detail::throw_error(ec, "non_blocking");
1055 asio::error_code non_blocking( function in class:asio::basic_socket
1058 return this->get_service().non_blocking(
1162 * @c false, but the current value of @c non_blocking() is @c true, this
1255 * @c false, but the current value of @c non_blocking() is @c true, this
H A Dbasic_socket_acceptor.hpp741 bool non_blocking() const function in class:asio::basic_socket_acceptor
743 return this->get_service().non_blocking(this->get_implementation());
759 void non_blocking(bool mode) function in class:asio::basic_socket_acceptor
762 this->get_service().non_blocking(this->get_implementation(), mode, ec);
763 asio::detail::throw_error(ec, "non_blocking");
779 asio::error_code non_blocking( function in class:asio::basic_socket_acceptor
782 return this->get_service().non_blocking(
816 * @c false, but the current value of @c non_blocking() is @c true, this
839 * @c false, but the current value of @c non_blocking() is @c true, this
H A Dsocket_acceptor_service.hpp189 bool non_blocking(const implementation_type& impl) const function in class:asio::socket_acceptor_service
191 return service_impl_.non_blocking(impl);
195 asio::error_code non_blocking(implementation_type& impl, function in class:asio::socket_acceptor_service
198 return service_impl_.non_blocking(impl, mode, ec);
H A Dstream_socket_service.hpp224 bool non_blocking(const implementation_type& impl) const function in class:asio::stream_socket_service
226 return service_impl_.non_blocking(impl);
230 asio::error_code non_blocking(implementation_type& impl, function in class:asio::stream_socket_service
233 return service_impl_.non_blocking(impl, mode, ec);
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_socket.hpp1017 bool non_blocking() const function in class:asio::basic_socket
1019 return this->get_service().non_blocking(this->get_implementation());
1035 void non_blocking(bool mode) function in class:asio::basic_socket
1038 this->get_service().non_blocking(this->get_implementation(), mode, ec);
1039 asio::detail::throw_error(ec, "non_blocking");
1055 asio::error_code non_blocking( function in class:asio::basic_socket
1058 return this->get_service().non_blocking(
1162 * @c false, but the current value of @c non_blocking() is @c true, this
1255 * @c false, but the current value of @c non_blocking() is @c true, this
H A Dbasic_socket_acceptor.hpp741 bool non_blocking() const function in class:asio::basic_socket_acceptor
743 return this->get_service().non_blocking(this->get_implementation());
759 void non_blocking(bool mode) function in class:asio::basic_socket_acceptor
762 this->get_service().non_blocking(this->get_implementation(), mode, ec);
763 asio::detail::throw_error(ec, "non_blocking");
779 asio::error_code non_blocking( function in class:asio::basic_socket_acceptor
782 return this->get_service().non_blocking(
816 * @c false, but the current value of @c non_blocking() is @c true, this
839 * @c false, but the current value of @c non_blocking() is @c true, this
H A Dsocket_acceptor_service.hpp189 bool non_blocking(const implementation_type& impl) const function in class:asio::socket_acceptor_service
191 return service_impl_.non_blocking(impl);
195 asio::error_code non_blocking(implementation_type& impl, function in class:asio::socket_acceptor_service
198 return service_impl_.non_blocking(impl, mode, ec);
H A Dstream_socket_service.hpp224 bool non_blocking(const implementation_type& impl) const function in class:asio::stream_socket_service
226 return service_impl_.non_blocking(impl);
230 asio::error_code non_blocking(implementation_type& impl, function in class:asio::stream_socket_service
233 return service_impl_.non_blocking(impl, mode, ec);
/external/syslinux/core/lwip/src/api/
H A Dapi_msg.c999 u8_t non_blocking = netconn_is_nonblocking(msg->conn); local
1001 SET_NONBLOCKING_CONNECT(msg->conn, non_blocking);
1002 if (non_blocking) {

Completed in 173 milliseconds