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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcThreadFactory.java33 public ThreadProxy createThreadWrapper(Address threadIdentifierAddr); method in interface:ProcThreadFactory
34 public ThreadProxy createThreadWrapper(long id); method in interface:ProcThreadFactory
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteThreadFactory.java33 public ThreadProxy createThreadWrapper(Address threadIdentifierAddr); method in interface:RemoteThreadFactory
34 public ThreadProxy createThreadWrapper(long id); method in interface:RemoteThreadFactory
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgThreadFactory.java33 public ThreadProxy createThreadWrapper(Address threadIdentifierAddr); method in interface:WindbgThreadFactory
34 public ThreadProxy createThreadWrapper(long id); method in interface:WindbgThreadFactory
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/amd64/
H A DProcAMD64ThreadFactory.java37 public ThreadProxy createThreadWrapper(Address threadIdentifierAddr) { method in class:ProcAMD64ThreadFactory
41 public ThreadProxy createThreadWrapper(long id) { method in class:ProcAMD64ThreadFactory
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/sparc/
H A DProcSPARCThreadFactory.java37 public ThreadProxy createThreadWrapper(Address threadIdentifierAddr) { method in class:ProcSPARCThreadFactory
41 public ThreadProxy createThreadWrapper(long id) { method in class:ProcSPARCThreadFactory
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/x86/
H A DProcX86ThreadFactory.java37 public ThreadProxy createThreadWrapper(Address threadIdentifierAddr) { method in class:ProcX86ThreadFactory
41 public ThreadProxy createThreadWrapper(long id) { method in class:ProcX86ThreadFactory
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/amd64/
H A DRemoteAMD64ThreadFactory.java37 public ThreadProxy createThreadWrapper(Address threadIdentifierAddr) { method in class:RemoteAMD64ThreadFactory
41 public ThreadProxy createThreadWrapper(long id) { method in class:RemoteAMD64ThreadFactory
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/sparc/
H A DRemoteSPARCThreadFactory.java37 public ThreadProxy createThreadWrapper(Address threadIdentifierAddr) { method in class:RemoteSPARCThreadFactory
41 public ThreadProxy createThreadWrapper(long id) { method in class:RemoteSPARCThreadFactory
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/x86/
H A DRemoteX86ThreadFactory.java37 public ThreadProxy createThreadWrapper(Address threadIdentifierAddr) { method in class:RemoteX86ThreadFactory
41 public ThreadProxy createThreadWrapper(long id) { method in class:RemoteX86ThreadFactory
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/amd64/
H A DWindbgAMD64ThreadFactory.java37 public ThreadProxy createThreadWrapper(Address threadIdentifierAddr) { method in class:WindbgAMD64ThreadFactory
41 public ThreadProxy createThreadWrapper(long id) { method in class:WindbgAMD64ThreadFactory
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ia64/
H A DWindbgIA64ThreadFactory.java37 public ThreadProxy createThreadWrapper(Address threadIdentifierAddr) { method in class:WindbgIA64ThreadFactory
41 public ThreadProxy createThreadWrapper(long id) { method in class:WindbgIA64ThreadFactory
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/x86/
H A DWindbgX86ThreadFactory.java37 public ThreadProxy createThreadWrapper(Address threadIdentifierAddr) { method in class:WindbgX86ThreadFactory
41 public ThreadProxy createThreadWrapper(long id) { method in class:WindbgX86ThreadFactory

Completed in 58 milliseconds