Searched refs:setBlocking (Results 1 – 6 of 6) sorted by relevance
45 bool setBlocking(int fd, bool blocking);
202 bool setBlocking(int fd, bool blocking) { in setBlocking() function
169 IoUtils.setBlocking(fd, false); in connectErrno()175 IoUtils.setBlocking(fd, true); // 4. set the socket back to blocking. in connectErrno()194 IoUtils.setBlocking(fd, true); // 4. set the socket back to blocking. in connectErrno()
204 public static void setBlocking(FileDescriptor fd, boolean blocking) throws IOException { in setBlocking() method in IoUtils
132 IoUtils.setBlocking(fd, false); in socketCreate()
1128 …method @dalvik.annotation.compat.UnsupportedAppUsage public static void setBlocking(java.io.FileDe…