Searched defs:WatchForRead (Results 1 – 3 of 3) sorted by relevance
61 inline void WatchForRead(base::PlatformHandle fd) { WatchFd(fd, POLLIN); } in WatchForRead() function
204 void TCPSocketWin::Core::WatchForRead() { in WatchForRead() function in net::TCPSocketWin::Core
143 void UDPSocketWin::Core::WatchForRead() { in WatchForRead() function in net::UDPSocketWin::Core