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