HomeSort by relevance Sort by last modified time
    Searched refs:terminatedLatch (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
OobChannel.java 80 private final CountDownLatch terminatedLatch = new CountDownLatch(1);
208 return terminatedLatch.getCount() == 0;
213 return terminatedLatch.await(time, unit);
279 terminatedLatch.countDown();
ManagedChannelImpl.java 213 private final CountDownLatch terminatedLatch = new CountDownLatch(1);
782 return terminatedLatch.await(timeout, unit);
848 terminatedLatch.countDown();
    [all...]
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 75 milliseconds