Searched refs:kalist (Results 1 – 2 of 2) sorted by relevance
1539 final ArrayList<SocketKeepalive> kalist = new ArrayList<>(); in createConcurrentKeepalivesOfType() local1544 while (kalist.size() < requestCount) { in createConcurrentKeepalivesOfType()1550 if (kalist.size() == 0 && cv.error == SocketKeepalive.ERROR_UNSUPPORTED) { in createConcurrentKeepalivesOfType()1565 kalist.add(ka); in createConcurrentKeepalivesOfType()1567 fail("Unexpected error when creating " + (kalist.size() + 1) + " " in createConcurrentKeepalivesOfType()1572 return kalist; in createConcurrentKeepalivesOfType()1626 final ArrayList<SocketKeepalive> kalist = new ArrayList<>();1630 kalist.addAll(createConcurrentTcpSocketKeepalives(network, tcpCount, callback));1632 final int ret = kalist.size();1635 for (final SocketKeepalive ka : kalist) {[all …]
458 final ArrayList<KeepaliveInfo> kalist = new ArrayList(networkKeepalives.values()); in handleStopAllKeepalives() local459 for (KeepaliveInfo ki : kalist) { in handleStopAllKeepalives()