Home
last modified time | relevance | path

Searched refs:threadListCopy (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1383 List<InvocationThread> threadListCopy; in waitForAllInvocationThreads() local
1385 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() local
1396 threadListCopy = new ArrayList<>(); in waitForTerminatingInvocationThreads()
1397 threadListCopy.addAll(mInvocationThreadMapTerminating.values()); in waitForTerminatingInvocationThreads()
1399 for (Thread thread : threadListCopy) { in waitForTerminatingInvocationThreads()