Searched refs:getThreadIdFromSysId (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebugger.java59 public long getThreadIdFromSysId(long sysId) throws DebuggerException; method in interface:WindbgDebugger
H A DWindbgDebuggerLocal.java282 public long getThreadIdFromSysId(long sysId) throws DebuggerException { method in class:WindbgDebuggerLocal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/
H A DWindbgAMD64Thread.java88 id = debugger.getThreadIdFromSysId(sysId);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/
H A DWindbgIA64Thread.java98 id = debugger.getThreadIdFromSysId(sysId);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/
H A DWindbgX86Thread.java88 id = debugger.getThreadIdFromSysId(sysId);

Completed in 46 milliseconds