Searched defs:responsesDoneSignal (Results 1 – 1 of 1) sorted by relevance
73 public SignalingResponseObserver(CountDownLatch responsesDoneSignal) { in SignalingResponseObserver()94 private final CountDownLatch responsesDoneSignal; field in ConcurrencyTest.SignalingResponseObserver104 public ClientWorker(CyclicBarrier startBarrier, CountDownLatch responsesDoneSignal) { in ClientWorker()132 private final CountDownLatch responsesDoneSignal; field in ConcurrencyTest.ClientWorker176 CountDownLatch responsesDoneSignal = new CountDownLatch(NUM_CONCURRENT_REQUESTS); in serverStreamingTest() local