Searched refs:tid (Results 1 - 25 of 45) sorted by relevance

12

/openjdk10/jdk/src/java.desktop/share/native/common/awt/debug/
H A Ddebug_trace.c58 static p_dtrace_info DTrace_GetInfo(dtrace_id tid) { argument
59 DASSERT(tid < MAX_TRACES);
60 return &DTraceInfo[tid];
64 dtrace_id tid = NumTraces++; local
65 p_dtrace_info info = &DTraceInfo[tid];
72 return tid;
103 dtrace_id tid; local
107 for ( tid = 0; tid < NumTraces; tid
179 dtrace_id tid; local
195 dtrace_id tid; local
[all...]
/openjdk10/hotspot/src/os/linux/vm/
H A DosThread_linux.hpp68 void set_pthread_id(pthread_t tid) { argument
69 _pthread_id = tid;
H A Djsig.c55 static pthread_t tid = 0; variable
73 if (tid != pthread_self()) {
212 tid = pthread_self();
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1RemSet.inline.hpp34 inline void G1RemSet::par_write_ref(HeapRegion* from, T* p, uint tid) { argument
52 to->rem_set()->add_reference(p, tid);
H A DheapRegionRemSet.hpp135 void add_reference(OopOrNarrowOopStar from, uint tid);
226 void add_reference(OopOrNarrowOopStar from, uint tid) { argument
227 _other_regions.add_reference(from, tid);
H A Dg1RemSet.hpp119 template <class T> void par_write_ref(HeapRegion* from, T* p, uint tid);
/openjdk10/hotspot/test/serviceability/tmtools/jstack/utils/
H A DThreadStack.java39 private String tid; field in class:ThreadStack
82 return tid;
85 public void setTid(String tid) { argument
86 this.tid = tid;
/openjdk10/jdk/src/java.management/share/native/libmanagement/
H A DThreadImpl.c69 (JNIEnv *env, jclass cls, jlong tid)
71 return jmm_interface->GetThreadCpuTimeWithKind(env, tid, JNI_TRUE /* user+sys */);
84 (JNIEnv *env, jclass cls, jlong tid)
86 return jmm_interface->GetThreadCpuTimeWithKind(env, tid, JNI_FALSE /* user */);
129 (JNIEnv *env, jobject dummy, jlong tid)
132 value.j = tid;
68 Java_sun_management_ThreadImpl_getThreadTotalCpuTime0(JNIEnv *env, jclass cls, jlong tid) argument
83 Java_sun_management_ThreadImpl_getThreadUserCpuTime0(JNIEnv *env, jclass cls, jlong tid) argument
128 Java_sun_management_ThreadImpl_resetContentionTimes0(JNIEnv *env, jobject dummy, jlong tid) argument
/openjdk10/hotspot/src/os/bsd/vm/
H A DosThread_bsd.hpp81 void set_pthread_id(pthread_t tid) { argument
82 _pthread_id = tid;
H A Djsig.c52 static pthread_t tid = 0; variable
70 if (tid != pthread_self()) {
219 tid = pthread_self();
/openjdk10/hotspot/src/os/aix/vm/
H A DosThread_aix.hpp76 void set_kernel_thread_id(tid_t tid) { argument
77 _kernel_thread_id = tid;
H A Djsig.c51 static pthread_t tid = 0; variable
70 if (tid != pthread_self()) {
213 tid = pthread_self();
/openjdk10/jdk/test/java/lang/management/ThreadMXBean/
H A DSynchronizationStatistics.java105 long tid = lt.getId();
106 ThreadInfo ti = mbean.getThreadInfo(tid);
112 lockName = mbean.getThreadInfo(tid).getLockName();
117 testBlocked(ti, () -> mbean.getThreadInfo(tid), lockName, lock1);
157 long tid = lt.getId();
158 ThreadInfo ti = mbean.getThreadInfo(tid);
164 lockName = mbean.getThreadInfo(tid).getLockName();
169 ti = testBlocked(ti, () -> mbean.getThreadInfo(tid), lockName, lock1);
175 lockName = mbean.getThreadInfo(tid).getLockName();
179 testBlocked(ti, () -> mbean.getThreadInfo(tid), lockNam
[all...]
H A DLocks.java91 long tid = t.getId();
93 && TM.getThreadInfo(tid).getThreadState() != Thread.State.BLOCKED) {
96 while (TM.getThreadInfo(tid).getThreadState() != Thread.State.BLOCKED) {
100 + TM.getThreadInfo(tid).getThreadState() + " state but is expected to "
106 if (!TM.getThreadInfo(tid).getThreadState().equals(expectedState)) {
109 + TM.getThreadInfo(tid).getThreadState() + " state but is expected to "
120 long tid = t.getId();
121 String result = TM.getThreadInfo(tid).getLockName();
136 result = TM.getThreadInfo(tid).getLockName();
140 result = TM.getThreadInfo(tid)
[all...]
/openjdk10/hotspot/src/os/solaris/vm/
H A Djsig.c52 static thread_t tid = 0; variable
88 if (tid != thr_self()) {
248 tid = thr_self();
/openjdk10/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A Dlog_messages.c153 THREAD_T tid; local
176 tid = GET_THREAD_ID();
185 (int)(intptr_t)tid);
H A Derror_messages.c317 THREAD_T tid = GET_THREAD_ID(); local
325 (int)(intptr_t)pid, (int)(intptr_t)tid, (int)(intptr_t)tid);
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebugger.java53 public long[] getThreadIntegerRegisterSet(int tid) throws DebuggerException; argument
H A DProcDebuggerLocal.java420 public synchronized long[] getThreadIntegerRegisterSet(int tid) { argument
422 return getThreadIntegerRegisterSet0(tid);
616 private native long[] getThreadIntegerRegisterSet0(long tid) throws DebuggerException; argument
/openjdk10/hotspot/src/share/vm/logging/
H A DlogDecorators.hpp39 // tid - The thread identifier
52 DECORATOR(tid, ti) \
/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/locks/
H A DReentrantReadWriteLock.java280 final long tid = LockSupport.getThreadId(Thread.currentThread()); field in class:ReentrantReadWriteLock.Sync.HoldCounter
426 rh.tid != LockSupport.getThreadId(current))
486 rh.tid != LockSupport.getThreadId(current))
524 rh.tid != LockSupport.getThreadId(current)) {
546 rh.tid != LockSupport.getThreadId(current))
605 rh.tid != LockSupport.getThreadId(current))
656 if (rh != null && rh.tid == LockSupport.getThreadId(current))
/openjdk10/jdk/src/java.base/unix/native/libjli/
H A Djava_md_solinux.c737 pthread_t tid; local
747 if (pthread_create(&tid, &attr, (void *(*)(void*))continuation, (void*)args) == 0) {
749 pthread_join(tid, &tmp);
763 thread_t tid; local
765 if (thr_create(NULL, stack_size, (void *(*)(void *))continuation, args, flags, &tid) == 0) {
767 thr_join(tid, NULL, &tmp);
/openjdk10/hotspot/test/native/
H A DgtestMain.cpp291 pthread_t tid; local
297 if (pthread_create(&tid, &attr, thread_wrapper, (void*)args) != 0) {
302 if (pthread_join(tid, NULL) != 0) {
/openjdk10/jdk/src/java.logging/share/classes/java/util/logging/
H A DLogRecord.java190 long tid = Thread.currentThread().getId();
191 if (tid < MIN_SEQUENTIAL_THREAD_ID) {
192 return (int) tid;
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp1899 (jvmtiHeapReferenceKind ref_kind, jlong thread_tag, jlong tid, int depth,
1923 static inline bool report_jni_local_root(jlong thread_tag, jlong tid, jint depth,
1925 static inline bool report_stack_ref_root(jlong thread_tag, jlong tid, jint depth,
2137 jlong tid,
2171 reference_info.stack_local.thread_id = tid;
2419 inline bool CallbackInvoker::report_jni_local_root(jlong thread_tag, jlong tid, jint depth, jmethodID m, oop obj) { argument
2429 thread_tag, tid,
2441 jlong tid,
2457 tid,
2622 void set_context(jlong thread_tag, jlong tid, jin argument
2135 invoke_advanced_stack_ref_callback(jvmtiHeapReferenceKind ref_kind, jlong thread_tag, jlong tid, int depth, jmethodID method, jlocation bci, jint slot, oop obj) argument
2440 report_stack_ref_root(jlong thread_tag, jlong tid, jint depth, jmethodID method, jlocation bci, jint slot, oop obj) argument
3070 jlong tid = java_lang_Thread::thread_id(threadObj); local
[all...]

Completed in 230 milliseconds

12