Searched defs:setBlocking (Results 1 – 2 of 2) sorted by relevance
202 bool setBlocking(int fd, bool blocking) { in setBlocking() function
208 public static void setBlocking(FileDescriptor fd, boolean blocking) throws IOException { in setBlocking() method in IoUtils