Searched refs:jthread (Results 1 - 25 of 70) sorted by relevance

123

/openjdk7/jdk/src/share/back/
H A DthreadControl.h41 jvmtiError threadControl_popFrames(jthread thread, FrameNumber fnum);
44 EventIndex ei, jthread thread, jobject currentException);
45 void threadControl_onEventHandlerExit(EventIndex ei, jthread thread, struct bag *);
48 jvmtiError threadControl_suspendThread(jthread thread, jboolean deferred);
49 jvmtiError threadControl_resumeThread(jthread thread, jboolean do_unblock);
50 jvmtiError threadControl_suspendCount(jthread thread, jint *count);
55 StepRequest *threadControl_getStepRequest(jthread);
56 InvokeRequest *threadControl_getInvokeRequest(jthread);
58 jboolean threadControl_isDebugThread(jthread thread);
59 jvmtiError threadControl_addDebugThread(jthread threa
[all...]
H A DFrameID.h31 FrameID createFrameID(jthread thread, FrameNumber fnum);
33 jdwpError validateFrameID(jthread thread, FrameID frame);
H A Dinvoker.h62 void invoker_enableInvokeRequests(jthread thread);
64 jthread thread, jclass clazz, jmethodID method,
67 jboolean invoker_doInvoke(jthread thread);
69 void invoker_completeInvokeRequest(jthread thread);
70 jboolean invoker_isPending(jthread thread);
71 jboolean invoker_isEnabled(jthread thread);
H A DstepControl.h57 jboolean stepControl_handleStep(JNIEnv *env, jthread thread,
60 jvmtiError stepControl_beginStep(JNIEnv *env, jthread thread,
62 jvmtiError stepControl_endStep(jthread thread);
64 void stepControl_clearRequest(jthread thread, StepRequest *step);
65 void stepControl_resetRequest(jthread thread);
H A DeventHelper.h40 jthread thread, jclass clazz,
47 void eventHelper_reportInvokeDone(jbyte sessionID, jthread thread);
48 void eventHelper_reportVMInit(JNIEnv *env, jbyte sessionID, jthread thread, jbyte suspendPolicy);
49 void eventHelper_suspendThread(jbyte sessionID, jthread thread);
H A DFrameID.c40 createFrameID(jthread thread, FrameNumber fnum)
58 validateFrameID(jthread thread, FrameID frame)
H A DthreadControl.c65 jthread thread;
112 static jvmtiError threadControl_removeDebugThread(jthread thread);
124 static jthread debugThreads[MAX_DEBUG_THREADS];
129 jthread thread;
141 getStackDepth(jthread thread)
156 threadState(jthread thread, jint *pstate)
163 /* Set TLS on a specific jthread to the ThreadNode* */
165 setThreadLocalStorage(jthread thread, ThreadNode *node)
175 /* The jthread object must be valid, so this must be a fatal error */
180 /* Get TLS on a specific jthread, whic
[all...]
H A DeventFilter.h38 jint index, jthread thread);
67 jthread thread,
H A DeventHandler.h57 jthread thread);
59 jthread thread,
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_event.h45 void event_object_init(JNIEnv *env, jthread thread, jobject obj);
46 void event_newarray(JNIEnv *env, jthread thread, jobject obj);
47 void event_call(JNIEnv *env, jthread thread,
49 void event_return(JNIEnv *env, jthread thread,
53 void event_class_load(JNIEnv *env, jthread thread, jclass klass, jobject loader);
54 void event_class_prepare(JNIEnv *env, jthread thread, jclass klass, jobject loader);
55 void event_thread_start(JNIEnv *env_id, jthread thread);
56 void event_thread_end(JNIEnv *env_id, jthread thread);
57 void event_exception_catch(JNIEnv *env, jthread thread, jmethodID method,
H A Dhprof_monitor.h51 void monitor_contended_enter_event(JNIEnv *env_id, jthread thread,
53 void monitor_contended_entered_event(JNIEnv* env_id, jthread thread,
55 void monitor_wait_event(JNIEnv *env_id, jthread thread,
57 void monitor_waited_event(JNIEnv *env_id, jthread thread,
H A Dhprof_tls.h45 TlsIndex tls_find_or_create(JNIEnv *env, jthread thread);
46 void tls_agent_thread(JNIEnv *env, jthread thread);
61 jint tls_get_tracker_status(JNIEnv *env, jthread thread,
77 void tls_pop_method(TlsIndex index, jthread thread, jmethodID method);
78 void tls_pop_exception_catch(TlsIndex index, jthread thread, jmethodID method);
H A Dhprof_trace.h44 void trace_increment_all_sample_costs(jint count, jthread *threads,
48 void trace_get_all_current(jint count, jthread *threads,
53 TraceIndex trace_get_current(jthread thread,
H A Dhprof_util.h117 void getOwnedMonitorInfo(jthread thread, jobject **ppobjects,
138 jthread thread);
139 void * getThreadLocalStorage(jthread thread);
140 void setThreadLocalStorage(jthread thread, void *ptr);
141 void getThreadState(jthread thread, jint *threadState);
142 void getThreadInfo(jthread thread, jvmtiThreadInfo *info);
149 jlong getThreadCpuTime(jthread thread);
150 void getStackTrace(jthread thread, jvmtiFrameInfo *pframes, jint depth,
152 void getThreadListStackTraces(jint count, jthread *threads,
154 void getFrameCount(jthread threa
[all...]
H A Dhprof_event.c137 event_object_init(JNIEnv *env, jthread thread, jobject object)
162 event_newarray(JNIEnv *env, jthread thread, jobject object)
187 event_call(JNIEnv *env, jthread thread, ClassIndex cnum, MethodIndex mnum)
215 event_exception_catch(JNIEnv *env, jthread thread, jmethodID method,
240 event_return(JNIEnv *env, jthread thread, ClassIndex cnum, MethodIndex mnum)
268 event_class_prepare(JNIEnv *env, jthread thread, jclass klass, jobject loader)
286 event_class_load(JNIEnv *env, jthread thread, jclass klass, jobject loader)
316 * and it originated from a pre-VM_INIT event, the jthread
357 event_thread_start(JNIEnv *env, jthread thread)
421 event_thread_end(JNIEnv *env, jthread threa
[all...]
/openjdk7/jdk/src/share/instrument/
H A DReentrancy.h50 jthread thread);
55 jthread thread);
H A DReentrancy.c53 jthread thread,
59 jthread thread,
69 jthread thread,
90 jthread thread,
107 jthread thread) {
148 jthread thread) {
/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DThread.hpp52 Thread(jvmtiEnv *jvmti, JNIEnv *env, jthread thread);
55 jthread thread, jobject object);
57 jthread thread, jobject object, jlong timeout);
59 jthread thread, jobject object, jboolean timed_out);
H A DAgent.hpp53 Thread *get_thread(jvmtiEnv *jvmti, JNIEnv *env, jthread thread);
57 Agent(jvmtiEnv *jvmti, JNIEnv *env, jthread thread);
60 void thread_start(jvmtiEnv *jvmti, JNIEnv *env, jthread thread);
61 void thread_end(jvmtiEnv *jvmti, JNIEnv *env, jthread thread);
63 jthread thread, jobject object);
65 jthread thread, jobject object);
67 jthread thread, jobject object, jlong timeout);
69 jthread thread, jobject object, jboolean timed_out);
H A DThread.cpp54 Thread::Thread(jvmtiEnv *jvmti, JNIEnv *env, jthread thread)
84 jthread thread, jobject object)
90 jthread thread, jobject object, jlong timeout)
96 jthread thread, jobject object, jboolean timed_out)
H A DAgent.cpp57 /* Given a jvmtiEnv* and jthread, find the Thread instance */
59 Agent::get_thread(jvmtiEnv *jvmti, JNIEnv *env, jthread thread)
69 /* This jthread has never been seen before? */
70 stdout_message("WARNING: Never before seen jthread?\n");
112 Agent::Agent(jvmtiEnv *jvmti, JNIEnv *env, jthread thread)
144 void Agent::thread_start(jvmtiEnv *jvmti, JNIEnv *env, jthread thread)
159 void Agent::thread_end(jvmtiEnv *jvmti, JNIEnv *env, jthread thread)
177 jthread thread, jobject object)
186 jthread thread, jobject object)
193 jthread threa
[all...]
H A Dwaiters.cpp109 vm_init(jvmtiEnv *jvmti, JNIEnv *env, jthread thread)
173 thread_start(jvmtiEnv *jvmti, JNIEnv *env, jthread thread)
182 thread_end(jvmtiEnv *jvmti, JNIEnv *env, jthread thread)
192 jthread thread, jobject object)
203 jthread thread, jobject object)
214 jthread thread, jobject object, jlong timeout)
225 jthread thread, jobject object, jboolean timed_out)
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaThread.java41 this.jthread = OopUtilities.threadOopGetJavaThread(threadOop);
46 this.jthread = jt;
101 if (jthread != null) {
102 JavaVFrame jvf = jthread.getLastJavaVFrameDbg();
116 if (jthread != null) {
119 ObjectMonitor waitingMonitor = jthread.getCurrentWaitingMonitor();
126 ObjectMonitor pendingMonitor = jthread.getCurrentPendingMonitor();
133 JavaVFrame frame = jthread.getLastJavaVFrameDbg();
187 private JavaThread jthread; field in class:JSJavaThread
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h72 typedef jobject jthread; typedef
540 jthread thread;
610 jthread owner;
613 jthread* waiters;
615 jthread* notify_waiters;
723 jthread thread,
742 jthread thread,
748 jthread thread,
777 jthread thread,
787 jthread threa
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DConcurrentLocksPrinter.java39 public void print(JavaThread jthread, PrintStream tty) { argument
40 List locks = (List) locksMap.get(jthread);

Completed in 104 milliseconds

123