Home
last modified time | relevance | path

Searched defs:invThread (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java2073 private synchronized void removeInvocationThread(InvocationThread invThread) { in removeInvocationThread()
2075 mInvocationThreadMapTerminating.put(invThread.getInvocationContext(), invThread); in removeInvocationThread() local
2078 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