Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Djava_frame_root_info.h47 JavaFrameRootInfo(uint32_t thread_id, const StackVisitor* stack_visitor, size_t vreg) in JavaFrameRootInfo()
Dmonitor.cc1103 uint32_t thread_id = self->GetThreadId(); in MonitorEnter() local
1237 uint32_t thread_id = self->GetThreadId(); in MonitorExit() local
1309 uint32_t thread_id = self->GetThreadId(); in Wait() local
1344 uint32_t thread_id = self->GetThreadId(); in DoNotify() local
Dlock_word.h141 static LockWord FromThinLockId(uint32_t thread_id, uint32_t count, uint32_t gc_state) { in FromThinLockId()
Dthread_list.cc1002 uint32_t thread_id) { in ThreadSuspendByThreadIdWarning()
1006 Thread* ThreadList::SuspendThreadByThreadId(uint32_t thread_id, in SuspendThreadByThreadId()
1104 Thread* ThreadList::FindThreadByThreadId(uint32_t thread_id) { in FindThreadByThreadId()
Dthread.cc2546 void Thread::HandleScopeVisitRoots(RootVisitor* visitor, pid_t thread_id) { in HandleScopeVisitRoots()
3994 const pid_t thread_id = GetThreadId(); in VisitRoots() local
/art/test/913-heaps/
Dheaps.cc318 jlong thread_id = 1; in Java_art_Test913_followReferences() local
364 jlong thread_id = 1; in Java_art_Test913_followReferences() local
/art/openjdkjvmti/
Dti_heap.cc991 uint32_t thread_id = info.GetThreadId(); in GetReferenceKind() local
1023 uint32_t thread_id = info.GetThreadId(); in GetReferenceKind() local
/art/openjdkjvmti/include/
Djvmti.h556 jlong thread_id; member
564 jlong thread_id; member