Searched defs:latches (Results 1 – 2 of 2) sorted by relevance
122 CountDownLatch[] latches = new CountDownLatch[eventsCounters.size()]; in benchmarkEventBandwidthThroughCarService() local292 private static boolean awaitCountDownLatches(CountDownLatch[] latches, long timeoutMs) in awaitCountDownLatches()
283 private void await(Map<String, CountDownLatch> latches, String service, String method) in await()298 private void countdown(Map<String, CountDownLatch> latches, Intent service, String action) { in countdown()