Searched defs:isLingerSocket (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DBlockGuardOs.java89 // isLingerSocket will throw, and that's really expensive. Try to avoid asking
92 if (isLingerSocket(fd)) {
119 private static boolean isLingerSocket(FileDescriptor fd) throws ErrnoException { method in class:BlockGuardOs

Completed in 544 milliseconds