Searched defs:backupLatch (Results 1 – 1 of 1) sorted by relevance
117 CountDownLatch backupLatch = new CountDownLatch(2); in testParallelBackupAndRestore() local155 private Callable<String> backupCallableForUser(int userId, CountDownLatch backupLatch) { in backupCallableForUser()