Searched defs:ProcX86Thread (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/
H A DProcX86Thread.java32 public class ProcX86Thread implements ThreadProxy { class in inherits:ThreadProxy
36 public ProcX86Thread(ProcDebugger debugger, Address addr) { method in class:ProcX86Thread
45 public ProcX86Thread(ProcDebugger debugger, long id) { method in class:ProcX86Thread
81 if ((obj == null) || !(obj instanceof ProcX86Thread)) {
85 return (((ProcX86Thread) obj).id == id);

Completed in 35 milliseconds