Searched defs:thread_id (Results 1 – 12 of 12) sorted by relevance
| /art/runtime/ |
| D | java_frame_root_info.h | 49 JavaFrameRootInfo(uint32_t thread_id, const StackVisitor* stack_visitor, size_t vreg) in JavaFrameRootInfo()
|
| D | trace_profile.cc | 71 size_t thread_id = thread->GetTid(); in AddTracedThread() local 360 size_t TraceProfiler::DumpBuffer(uint32_t thread_id, in DumpBuffer() 506 size_t TraceProfiler::DumpLongRunningMethodBuffer(uint32_t thread_id, in DumpLongRunningMethodBuffer()
|
| D | trace.cc | 159 uint16_t TraceWriter::GetThreadEncoding(pid_t thread_id) { in GetThreadEncoding() 175 TraceWriter* trace_writer, int index, uintptr_t* buffer, size_t cur_offset, size_t thread_id) in TraceWriterTask() 211 void ProcessBuffer(uintptr_t* buffer, size_t cur_offset, size_t thread_id) override { in ProcessBuffer() 229 [[maybe_unused]] size_t thread_id) override { in ProcessBuffer() 1592 uint16_t thread_id = GetThreadEncoding(tid); in FlushEntriesFormatV1() local 1803 uint16_t thread_id, in EncodeEventEntry() 1829 uint32_t thread_id, in EncodeEventBlockHeader()
|
| D | monitor.cc | 1113 uint32_t thread_id = self->GetThreadId(); in MonitorEnter() local 1232 uint32_t thread_id = self->GetThreadId(); in MonitorExit() local 1304 uint32_t thread_id = self->GetThreadId(); in Wait() local 1339 uint32_t thread_id = self->GetThreadId(); in DoNotify() local
|
| D | lock_word.h | 142 static LockWord FromThinLockId(uint32_t thread_id, uint32_t count, uint32_t gc_state) { in FromThinLockId()
|
| D | thread_list.cc | 1321 Thread* ThreadList::SuspendThreadByThreadId(uint32_t thread_id, in SuspendThreadByThreadId() 1346 Thread* ThreadList::FindThreadByThreadId(uint32_t thread_id) { in FindThreadByThreadId()
|
| D | thread.cc | 2879 void Thread::HandleScopeVisitRoots(RootVisitor* visitor, uint32_t thread_id) { in HandleScopeVisitRoots() 4521 const uint32_t thread_id = GetThreadId(); in VisitRoots() local
|
| /art/tools/trace_parser/ |
| D | long_running_method_trace_parser.cc | 130 uint32_t thread_id = ReadNumber(4, header); in ProcessLongRunningMethodTraceEntries() local
|
| /art/test/2246-trace-v2/ |
| D | dump_trace.cc | 154 uint32_t thread_id = ReadNumber(4, header); in ProcessTraceEntries() local
|
| /art/test/913-heaps/ |
| D | heaps.cc | 325 jlong thread_id = 1; in Java_art_Test913_followReferences() local 371 jlong thread_id = 1; in Java_art_Test913_followReferences() local
|
| /art/openjdkjvmti/ |
| D | ti_heap.cc | 992 uint32_t thread_id = info.GetThreadId(); in GetReferenceKind() local 1024 uint32_t thread_id = info.GetThreadId(); in GetReferenceKind() local
|
| /art/openjdkjvmti/include/ |
| D | jvmti.h | 556 jlong thread_id; member 564 jlong thread_id; member
|