Searched refs:threadHandles (Results 1 – 1 of 1) sorted by relevance
25 private Map<Thread,ThreadHandle> threadHandles = new HashMap<Thread,ThreadHandle>(); field in ThreadAuditor107 threadHandles.put(Thread.currentThread(), threadHandle); in addCurrentThread()114 threadHandles.remove(thread); in removeThread()124 threadHandles.clear(); in reset()137 Iterator<ThreadHandle> it = threadHandles.values().iterator(); in auditThreads()186 Iterator<ThreadHandle> it = threadHandles.values().iterator(); in toString()