Searched refs:setBlocking (Results 1 – 5 of 5) sorted by relevance
45 bool setBlocking(int fd, bool blocking);
186 bool setBlocking(int fd, bool blocking) { in setBlocking() function
89 public static void setBlocking(FileDescriptor fd, boolean blocking) throws IOException { in setBlocking() method in IoUtils
164 IoUtils.setBlocking(fd, false); in connectErrno()170 IoUtils.setBlocking(fd, true); // 4. set the socket back to blocking. in connectErrno()189 IoUtils.setBlocking(fd, true); // 4. set the socket back to blocking. in connectErrno()
119 IoUtils.setBlocking(fd, false); in socketCreate()