Searched refs:latches (Results 1 – 1 of 1) sorted by relevance
322 protected Boolean doInBackground(CountDownLatch... latches) { in doInBackground() argument323 if (latches.length > 0 && latches[0] != null) { in doInBackground()325 return latches[0].await(1, TimeUnit.SECONDS); in doInBackground()