Searched refs:threadListCopy (Results 1 – 1 of 1) sorted by relevance
1383 List<InvocationThread> threadListCopy; in waitForAllInvocationThreads() local1385 threadListCopy = new ArrayList<>(); in waitForAllInvocationThreads()1386 threadListCopy.addAll(mInvocationThreadMap.values()); in waitForAllInvocationThreads()1388 for (Thread thread : threadListCopy) { in waitForAllInvocationThreads()1394 List<InvocationThread> threadListCopy; in waitForTerminatingInvocationThreads() local1396 threadListCopy = new ArrayList<>(); in waitForTerminatingInvocationThreads()1397 threadListCopy.addAll(mInvocationThreadMapTerminating.values()); in waitForTerminatingInvocationThreads()1399 for (Thread thread : threadListCopy) { in waitForTerminatingInvocationThreads()