Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java162 private Map<IInvocationContext, InvocationThread> mInvocationThreadMapTerminating; field in CommandScheduler
1096 mInvocationThreadMapTerminating = new HashMap<IInvocationContext, InvocationThread>(); in CommandScheduler()
1397 threadListCopy.addAll(mInvocationThreadMapTerminating.values()); in waitForTerminatingInvocationThreads()
2075 mInvocationThreadMapTerminating.put(invThread.getInvocationContext(), invThread); in removeInvocationThread()
2079 mInvocationThreadMapTerminating.remove(invThread.getInvocationContext()); in clearTerminating()