Searched defs:WatchForWrite (Results 1 – 3 of 3) sorted by relevance
62 inline void WatchForWrite(base::PlatformHandle fd) { WatchFd(fd, POLLOUT); } in WatchForWrite() function
210 void TCPSocketWin::Core::WatchForWrite() { in WatchForWrite() function in net::TCPSocketWin::Core
150 void UDPSocketWin::Core::WatchForWrite() { in WatchForWrite() function in net::UDPSocketWin::Core