Searched refs:jthread (Results 26 - 50 of 70) sorted by relevance

123

/openjdk7/jdk/src/share/back/
H A DstepControl.c36 getFrameCount(jthread thread)
62 enableStepping(jthread thread)
76 disableStepping(jthread thread)
90 getFrameLocation(jthread thread,
130 findLineNumber(jthread thread, jlocation location,
166 initState(JNIEnv *env, jthread thread, StepRequest *step)
266 jthread thread = evinfo->thread;
369 jthread thread = evinfo->thread;
436 jthread thread;
486 completeStep(JNIEnv *env, jthread threa
[all...]
H A DThreadReferenceImpl.c38 jthread thread;
80 jthread thread;
102 jthread thread;
128 jthread thread;
155 jthread thread;
194 validateSuspendedThread(PacketOutputStream *out, jthread thread)
220 jthread thread;
319 jthread thread;
350 jthread thread;
399 jthread threa
[all...]
H A DeventHandler.c323 deferEventReport(JNIEnv *env, jthread thread,
368 skipEventReport(JNIEnv *env, jthread thread, EventIndex ei,
388 reportEvents(JNIEnv *env, jbyte sessionID, jthread thread, EventIndex ei,
521 reportEvents(env, eventSessionID, (jthread)NULL, 0,
549 jthread thread;
749 jthread thread, jmethodID method, jlocation location)
771 jthread thread, jmethodID method, jlocation location)
793 jthread thread, jmethodID method,
820 jthread thread, jmethodID method,
847 cbThreadStart(jvmtiEnv *jvmti_env, JNIEnv *env, jthread threa
[all...]
H A DThreadGroupReferenceImpl.c105 jthread *theThreads;
106 jthread *theGroups;
H A DStackFrameImpl.c34 validateThreadFrame(jthread thread, FrameID frame)
53 writeVariableValue(JNIEnv *env, PacketOutputStream *out, jthread thread,
146 readVariableValue(JNIEnv *env, PacketInputStream *in, jthread thread,
223 jthread thread;
281 jthread thread;
342 jthread thread;
422 jthread thread;
H A DeventFilter.c55 jthread thread;
84 jthread thread;
223 jthread thread = filter->u.Step.thread;
303 jthread thread ;
380 jthread thread;
733 jthread thread)
920 jthread thread, jint size, jint depth)
1186 static jthread
1212 jthread goalThread = (jthread)ar
[all...]
H A DinStream.h65 jthread inStream_readThreadRef(JNIEnv *env, PacketInputStream *stream);
H A DstandardHandlers.c44 jthread thread = evinfo->thread;
H A Dutil.h209 jthread thread;
323 int filterDebugThreads(jthread *threads, int count);
371 jthread *allThreads(jint *count);
411 jthread thread, jmethodID method, jlocation location);
H A DeventHelper.c62 jthread thread;
81 jthread thread;
86 jthread thread;
90 jthread thread;
486 suspendWithInvokeEnabled(jbyte policy, jthread thread)
508 jthread thread = NULL;
766 jthread *pthread;
769 jthread thread;
1031 jthread thread, jclass clazz,
1077 eventHelper_reportInvokeDone(jbyte sessionID, jthread threa
[all...]
H A Dinvoker.c217 jthread thread, jclass clazz, jmethodID method,
274 invoker_enableInvokeRequests(jthread thread)
290 jthread thread, jclass clazz, jmethodID method,
605 invoker_doInvoke(jthread thread)
670 invoker_completeInvokeRequest(jthread thread)
742 invoker_isPending(jthread thread)
755 invoker_isEnabled(jthread thread)
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_tls.c47 * searched via a walk of the table looking for a jthread match.
51 * when the jthread is seen before the Thread Local Storage is set
92 jthread globalref; /* Global reference for thread */
107 jthread thread;
113 jthread * pthreads;
118 jthread *threads;
158 jthread ref;
248 search(JNIEnv *env, jthread thread)
329 get_trace(jthread thread, SerialNumber thread_serial_num,
370 jthread threa
[all...]
H A Dhprof_monitor.c335 monitor_contended_enter_event(JNIEnv *env, jthread thread, jobject object)
354 monitor_contended_entered_event(JNIEnv* env, jthread thread, jobject object)
375 monitor_wait_event(JNIEnv *env, jthread thread, jobject object, jlong timeout)
402 monitor_waited_event(JNIEnv *env, jthread thread,
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp82 JNIEXPORT jthread saExceptionThread;
94 JNIEXPORT jthread saBreakpointThread;
178 static jthread debugThreadObj = NULL;
180 static vector<jthread> suspendedThreads;
304 jthread* threads;
312 jthread thr = threads[i];
345 jthread thr = suspendedThreads[i];
533 jthread thr = (jthread) env->NewObject(threadClass, ctor, threadName);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DThreadListPanel.java57 public void setFocus(ThreadProxy thread, JavaThread jthread); argument
69 public ThreadInfo(ThreadProxy thread, CDebugger dbg, JavaThread jthread) { argument
87 if (jthread != null) {
88 javaThread = jthread;
89 javaThreadName = jthread.getThreadName();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaVM.java197 JavaThread jthread = vm.getThreads().first();
198 while (jthread != null) {
199 threads.add(jthread);
200 jthread = jthread.next();
H A DJSJavaFactoryImpl.java75 public JSJavaThread newJSJavaThread(JavaThread jthread) { argument
76 if (jthread == null) return null;
77 return new JSJavaThread(jthread, this);
/openjdk7/jdk/src/share/demo/jvmti/gctest/
H A Dgctest.c89 /* Creates a new jthread */
90 static jthread
95 jthread res;
114 vm_init(jvmtiEnv *jvmti, JNIEnv *env, jthread thread)
/openjdk7/jdk/src/share/demo/jvmti/minst/
H A Dminst.c128 cbVMInit(jvmtiEnv *jvmti, JNIEnv *env, jthread thread)
441 JVMTI_EVENT_VM_START, (jthread)NULL);
444 JVMTI_EVENT_VM_INIT, (jthread)NULL);
447 JVMTI_EVENT_VM_DEATH, (jthread)NULL);
450 JVMTI_EVENT_CLASS_FILE_LOAD_HOOK, (jthread)NULL);
/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.c151 /* Get a name for a jthread */
153 get_thread_name(jvmtiEnv *jvmti, jthread thread, char *tname, int maxlen)
343 cbVMInit(jvmtiEnv *jvmti, JNIEnv *env, jthread thread)
364 events[i], (jthread)NULL);
452 cbThreadStart(jvmtiEnv *jvmti, JNIEnv *env, jthread thread)
467 cbThreadEnd(jvmtiEnv *jvmti, JNIEnv *env, jthread thread)
769 JVMTI_EVENT_VM_START, (jthread)NULL);
772 JVMTI_EVENT_VM_INIT, (jthread)NULL);
775 JVMTI_EVENT_VM_DEATH, (jthread)NULL);
778 JVMTI_EVENT_CLASS_FILE_LOAD_HOOK, (jthread)NUL
[all...]
/openjdk7/jdk/src/share/demo/jvmti/versionCheck/
H A DversionCheck.c75 vm_init(jvmtiEnv *jvmti, JNIEnv *env, jthread thread)
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DPStack.java168 JavaThread jthread = (JavaThread) proxyToThread.get(th);
169 if (jthread != null) {
170 concLocksPrinter.print(jthread, out);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.hpp261 jthread * new_jthreadArray(int length, Handle *handles);
265 JavaThread * get_JavaThread(jthread jni_thread);
458 void fill_frames(jthread jt, JavaThread *thr, oop thread_oop);
496 const jthread* _thread_list;
499 VM_GetThreadListStackTraces(JvmtiEnv *env, jint thread_count, const jthread* thread_list, jint max_frame_count)
H A DjvmtiEnvBase.cpp539 jthread *
541 return (jthread *) new_jobjectArray(length,handles);
551 JvmtiEnvBase::get_JavaThread(jthread jni_thread) {
1011 ret.owner = (jthread)jni_reference(calling_thread, th);
1049 err = allocate(ret.waiter_count * sizeof(jthread *), (unsigned char**)&ret.waiters);
1053 err = allocate(ret.notify_waiter_count * sizeof(jthread *),
1066 memset(ret.waiters, 0, ret.waiter_count * sizeof(jthread *));
1067 memset(ret.notify_waiters, 0, ret.notify_waiter_count * sizeof(jthread *));
1101 ret.waiters[i] = (jthread)jni_reference(calling_thread, th);
1121 ret.waiters[offset + j] = (jthread)jni_referenc
[all...]
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.c300 findTraceInfo(jvmtiEnv *jvmti, jthread thread, TraceFlavor flavor)
353 HEAP_TRACKER_native_newobj(JNIEnv *env, jclass klass, jthread thread, jobject o)
366 HEAP_TRACKER_native_newarr(JNIEnv *env, jclass klass, jthread thread, jobject a)
434 cbVMInit(jvmtiEnv *jvmti, JNIEnv *env, jthread thread)
723 cbVMObjectAlloc(jvmtiEnv *jvmti, JNIEnv *env, jthread thread,
972 JVMTI_EVENT_VM_START, (jthread)NULL);
975 JVMTI_EVENT_VM_INIT, (jthread)NULL);
978 JVMTI_EVENT_VM_DEATH, (jthread)NULL);
981 JVMTI_EVENT_OBJECT_FREE, (jthread)NULL);
984 JVMTI_EVENT_VM_OBJECT_ALLOC, (jthread)NUL
[all...]

Completed in 88 milliseconds

123