/art/libartpalette/apex/ |
D | palette_test.cc | 26 pid_t GetTid() { in GetTid() function 46 int32_t tid = GetTid(); in TEST_F()
|
/art/test/720-thread-priority/ |
D | thread_priority.cc | 27 return getpriority(PRIO_PROCESS, art::GetTid()); in Java_Main_getThreadPlatformPriority()
|
/art/runtime/gc/ |
D | allocation_record.h | 88 pid_t GetTid() const { in GetTid() function 133 size_t result = r.GetTid() * AllocRecordStackTrace::kHashMultiplier + depth; in operator() 174 pid_t GetTid() const { in GetTid() function 175 return trace_.GetTid(); in GetTid()
|
D | allocation_record.cc | 242 trace.SetTid(self->GetTid()); in RecordAllocation()
|
/art/runtime/ |
D | runtime_common.h | 45 DumpNativeStack(os, GetTid(), nullptr, "\t", nullptr, raw_context_, false); in Dump()
|
D | runtime_linux.cc | 38 pid_t tid = GetTid(); in HandleUnexpectedSignalLinux()
|
D | trace.cc | 826 pid_t tid = thread->GetTid(); in RegisterThread() 948 Append2LE(ptr, thread->GetTid()); in LogMethodTraceEvent() 980 Append2LE(buf2 + 3, static_cast<uint16_t>(thread->GetTid())); in LogMethodTraceEvent() 1012 os << t->GetTid() << "\t" << name << "\n"; in DumpThread() 1032 the_trace_->exited_threads_.Overwrite(thread->GetTid(), name); in StoreExitingThreadInfo()
|
D | thread_list.cc | 123 if (thread->GetTid() == tid) { in Contains() 138 os << "DUMPING THREAD " << thread->GetTid() << "\n"; in DumpNativeStacks() 139 DumpNativeStack(os, thread->GetTid(), map.get(), "\t"); in DumpNativeStacks() 1322 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr); in Unregister()
|
D | runtime_common.cc | 397 pid_t tid = GetTid(); in HandleUnexpectedSignalCommonDump()
|
D | thread.cc | 575 tls32_.tid = ::art::GetTid(); in InitTid() 1263 bool is_main_thread = (::art::GetTid() == getpid()); in GetThreadStack() 1348 << ",tid=" << GetTid() << ','; in ShortDump() 1968 Thread::DumpState(os, this, GetTid()); in DumpState() 2183 DumpNativeStack(os, GetTid(), backtrace_map, " native: ", method); in DumpStack() 4308 PaletteStatus status = PaletteSchedSetPriority(GetTid(), new_priority); in SetNativePriority() 4314 PaletteStatus status = PaletteSchedGetPriority(GetTid(), &priority); in GetNativePriority()
|
D | thread.h | 413 pid_t GetTid() const { in GetTid() function 1439 << Thread::Current()->GetTid(); in SetJitSensitiveThread()
|
D | monitor.cc | 232 DCHECK_EQ(monitor_lock_.GetExclusiveOwnerTid(), owner->GetTid()) in Install() 549 uint32_t original_owner_tid = orig_owner->GetTid(); // System thread id. in Lock()
|
D | runtime.cc | 525 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr); in Dump() 537 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr); in Dump() 605 DumpNativeStack(os, GetTid()); in DumpRecursiveAbort()
|
D | debugger.cc | 1057 Append2BE(bytes, static_cast<uint16_t>(record->GetTid())); in GetRecentAllocations()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 182 GetTaskStats(t->GetTid(), &native_thread_state, &utime, &stime, &task_cpu); in ThreadStatsGetterCallback() 187 Append4BE(bytes, t->GetTid()); in ThreadStatsGetterCallback()
|
D | java_lang_Thread.cc | 119 return (thread != nullptr) ? thread->GetTid() : 0; in Thread_getNativeTid()
|
D | dalvik_system_VMRuntime.cc | 692 pid_t tid = self->GetTid(); in VMRuntime_setSystemDaemonThreadPriority()
|
/art/runtime/base/ |
D | mutex-inl.h | 53 return self->GetTid(); in SafeGetTid() 55 return GetTid(); in SafeGetTid()
|
/art/libartbase/base/ |
D | utils.h | 50 pid_t GetTid();
|
D | utils.cc | 182 pid_t GetTid() { in GetTid() function
|
/art/compiler/jit/ |
D | jit_logger.cc | 279 jit_code.thread_id_ = static_cast<uint32_t>(art::GetTid()); in WriteJitDumpLog()
|
/art/test/137-cfi/ |
D | cfi.cc | 152 std::unique_ptr<Backtrace> bt(Backtrace::Create(BACKTRACE_CURRENT_PROCESS, GetTid())); in Java_Main_unwindInProcess()
|
/art/openjdkjvmti/ |
D | events.cc | 142 unique_thread.second == static_cast<uint32_t>(thread->GetTid())) { in GetEventMask() 149 thread_event_masks.emplace_back(UniqueThread(thread, thread->GetTid()), EventMask()); in GetEventMask() 161 unique_thread.second == static_cast<uint32_t>(thread->GetTid())) { in GetEventMaskOrNull() 1639 UniqueThread target_ut{target, target->GetTid()}; in GetInternalEventThreadRefcount()
|
/art/test/common/ |
D | runtime_state.cc | 256 CHECK_EQ(h_klass->GetClinitThreadId(), self->GetTid()); in ForceJitCompiled()
|
/art/runtime/mirror/ |
D | class-inl.h | 890 CHECK_EQ(GetClinitThreadId(), self->GetTid()) in AssertInitializedOrInitializingInThread()
|