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

  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_wrapper_unittest.cc 16 // This is because on Posix, the CloseBlocking function waits for the
18 // CloseBlocking, and thus has to be called from another thread.
63 socket->CloseBlocking();
udp_socket_posix.h 53 virtual void CloseBlocking() OVERRIDE;
udp_socket_wrapper.h 88 virtual void CloseBlocking() {}
102 // Destroying the socket is done via CloseBlocking().
udp_socket2_win.h 62 virtual void CloseBlocking() OVERRIDE;
udp_socket_posix.cc 235 void UdpSocketPosix::CloseBlocking()
udp_transport_impl.cc     [all...]
udp_socket2_win.cc 668 void UdpSocket2Windows::CloseBlocking()
    [all...]

Completed in 444 milliseconds