HomeSort by relevance Sort by last modified time
    Searched refs:non_blocking (Results 1 - 14 of 14) sorted by null

  /external/netperf/src/
nettest_sctp.h 34 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
nettest_sdp.h 39 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
nettest_sctp.c 557 sctp_stream_request->non_blocking = non_block;
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/
socket_acceptor_service.hpp 189 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);
basic_socket.hpp 1017 bool non_blocking() const function in class:asio::basic_socket
1035 void non_blocking(bool mode) function in class:asio::basic_socket
1055 asio::error_code non_blocking( function in class:asio::basic_socket
    [all...]
basic_socket_acceptor.hpp 741 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
    [all...]
stream_socket_service.hpp 224 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/detail/
reactive_socket_service_base.hpp 133 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
socket_ops.hpp 38 non_blocking = user_set_non_blocking | internal_non_blocking, enumerator in enum:asio::detail::socket_ops::__anon29022
  /device/google/dragon/audio/hal/
audio_hw.h 238 int non_blocking; member in struct:stream_out
  /hardware/qcom/audio/hal/
audio_hw.h 203 int non_blocking; member in struct:stream_out
audio_hw.c     [all...]
  /external/syslinux/core/lwip/src/api/
api_msg.c 999 u8_t non_blocking = netconn_is_nonblocking(msg->conn); local
1001 SET_NONBLOCKING_CONNECT(msg->conn, non_blocking);
1002 if (non_blocking) {
    [all...]
  /external/curl/lib/vtls/
nss.c     [all...]

Completed in 351 milliseconds