Searched refs:invThread (Results 1 – 1 of 1) sorted by relevance
2073 private synchronized void removeInvocationThread(InvocationThread invThread) { in removeInvocationThread() argument2074 mInvocationThreadMap.remove(invThread.getInvocationContext()); in removeInvocationThread()2075 mInvocationThreadMapTerminating.put(invThread.getInvocationContext(), invThread); in removeInvocationThread() local2078 private synchronized void clearTerminating(InvocationThread invThread) { in clearTerminating() argument2079 mInvocationThreadMapTerminating.remove(invThread.getInvocationContext()); in clearTerminating()2096 private synchronized void addInvocationThread(InvocationThread invThread) { in addInvocationThread() argument2097 mInvocationThreadMap.put(invThread.getInvocationContext(), invThread); in addInvocationThread() local2290 for (InvocationThread invThread : copy) { in displayInvocationsInfo()2293 Integer.toString(invThread.mCmd.getCommandTracker().getId()), in displayInvocationsInfo()2294 getTimeString(curTime - invThread.getStartTime()), in displayInvocationsInfo()[all …]