Searched defs:invThread (Results 1 – 1 of 1) sorted by relevance
2073 private synchronized void removeInvocationThread(InvocationThread invThread) { in removeInvocationThread()2075 mInvocationThreadMapTerminating.put(invThread.getInvocationContext(), invThread); in removeInvocationThread() local2078 private synchronized void clearTerminating(InvocationThread invThread) { in clearTerminating()2096 private synchronized void addInvocationThread(InvocationThread invThread) { in addInvocationThread()2097 mInvocationThreadMap.put(invThread.getInvocationContext(), invThread); in addInvocationThread() local