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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJavaThread.java41 public class JavaThread extends Thread { class in inherits:Thread
42 private static final boolean DEBUG = System.getProperty("sun.jvm.hotspot.runtime.JavaThread.DEBUG") != null;
78 Type type = db.lookupType("JavaThread");
104 public JavaThread(Address addr) { method in class:JavaThread
112 public JavaThread next() {
144 OS/CPU-specific JavaThread implementation. May return null if
152 OS/CPU-specific JavaThread implementation. May return null if
238 /** In this system, a JavaThread is the top-level factory for a
239 RegisterMap, since the JavaThread implementation is already
327 /** Gets the Java-side thread object for this JavaThread */
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DoopsHierarchy.hpp134 operator JavaThread* () const { return (JavaThread*)obj(); }
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp170 // - JavaThread
184 "JavaThread alignment code overflowed allocated storage");
209 // JavaThread
413 JavaThread* jt = (JavaThread *)thread;
455 java_lang_Thread::set_thread_status(((JavaThread*)thread)->threadObj(),
506 JavaThread * jt;
512 TraceSuspendDebugBits(JavaThread *_jt, bool _is_wait, bool _called_by_wait,
552 bool JavaThread::is_ext_suspend_completed(bool called_by_wait, int delay, uint32_t *bits) {
565 // first to reduce the risk of dereferencing a freed JavaThread
1471 JavaThread::JavaThread(bool is_attaching_via_jni) : function in class:JavaThread
1529 JavaThread::JavaThread(ThreadFunction entry_point, size_t stack_sz) : function in class:JavaThread
[all...]
H A Dthread.hpp94 // - JavaThread
141 // condition lifts, the JavaThread will self-suspend. Other places
154 // the interface that requires quiescence, we give the JavaThread a
665 // Name support for threads. non-JavaThread subclasses with multiple
674 // log JavaThread being processed by oops_do
675 JavaThread* _processed_thread;
684 JavaThread *processed_thread() { return _processed_thread; }
685 void set_processed_thread(JavaThread *thread) { _processed_thread = thread; }
750 typedef void (*ThreadFunction)(JavaThread*, TRAPS);
752 class JavaThread class in inherits:Thread
[all...]

Completed in 80 milliseconds