Searched refs:isSendQueueEmpty (Results 1 – 1 of 1) sorted by relevance
190 if (!isSendQueueEmpty(fd)) { in switchToRepairMode()303 return isReceiveQueueEmpty(fd) && isSendQueueEmpty(fd); in isSocketIdle()317 private static boolean isSendQueueEmpty(FileDescriptor fd) in isSendQueueEmpty() method in TcpKeepaliveController