Searched refs:mInvocationThreadMapTerminating (Results 1 – 1 of 1) sorted by relevance
162 private Map<IInvocationContext, InvocationThread> mInvocationThreadMapTerminating; field in CommandScheduler1096 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()