Home
last modified time | relevance | path

Searched refs:GetTid (Results 1 – 17 of 17) sorted by relevance

/art/runtime/base/
Dlogging_linux.cc34 ProgramInvocationShortName(), severity, getpid(), ::art::GetTid(), in LogLine()
Dmutex-inl.h78 return static_cast<uint64_t>(self->GetTid()); in SafeGetTid()
80 return static_cast<uint64_t>(GetTid()); in SafeGetTid()
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc122 GetTaskStats(t->GetTid(), &native_thread_state, &utime, &stime, &task_cpu); in ThreadStatsGetterCallback()
127 JDWP::Append4BE(bytes, t->GetTid()); in ThreadStatsGetterCallback()
/art/runtime/
Dthread_android.cc56 pid_t tid = GetTid(); in SetNativePriority()
Druntime_linux.cc36 DumpNativeStack(os, GetTid(), "\t"); in Dump()
294 pid_t tid = GetTid(); in HandleUnexpectedSignal()
Dthread_list.cc77 if (thread->GetTid() == tid) { in Contains()
91 os << "DUMPING THREAD " << thread->GetTid() << "\n"; in DumpNativeStacks()
92 DumpNativeStack(os, thread->GetTid(), "\t"); in DumpNativeStacks()
904 DumpNativeStack(os, GetTid(), " native: ", nullptr); in Unregister()
Dtrace.cc675 Append2LE(ptr, thread->GetTid()); in LogMethodTraceEvent()
713 os << t->GetTid() << "\t" << name << "\n"; in DumpThread()
731 the_trace_->exited_threads_.Put(thread->GetTid(), name); in StoreExitingThreadInfo()
Dthread.cc136 tls32_.tid = ::art::GetTid(); in InitTid()
530 bool is_main_thread = (::art::GetTid() == getpid()); in InitStackHwm()
585 << ",tid=" << GetTid() << ','; in ShortDump()
872 Thread::DumpState(os, this, GetTid()); in DumpState()
1039 DumpKernelStack(os, GetTid(), " kernel: ", false); in DumpStack()
1040 DumpNativeStack(os, GetTid(), " native: ", GetCurrentMethod(nullptr, !dump_for_abort)); in DumpStack()
Druntime.cc229 DumpKernelStack(os, GetTid(), " kernel: ", false); in Dump()
230 DumpNativeStack(os, GetTid(), " native: ", nullptr); in Dump()
305 syscall(__NR_tgkill, getpid(), GetTid(), SIGABRT); in Abort()
Dutils.cc64 pid_t GetTid() { in GetTid() function
1124 if (tid == GetTid()) { in DumpKernelStack()
Dutils.h458 pid_t GetTid();
Dthread.h280 pid_t GetTid() const { in GetTid() function
Dmonitor.cc636 VLOG(monitor) << "Deflated " << obj << " to thin lock " << owner->GetTid() << " / " in Deflate()
Dclass_linker.cc1996 if (!h_class->IsResolved() && h_class->GetClinitThreadId() == self->GetTid()) { in EnsureResolved()
2267 klass->SetClinitThreadId(self->GetTid()); in DefineClass()
4155 if (klass->GetClinitThreadId() == self->GetTid()) { in InitializeClass()
4172 klass->SetClinitThreadId(self->GetTid()); in InitializeClass()
Dcheck_jni.cc763 …niAbortF(function_name_, "a thread (tid %d) is making JNI calls without being attached", GetTid()); in CheckThread()
/art/runtime/mirror/
Dclass-inl.h689 CHECK_EQ(GetClinitThreadId(), self->GetTid()) << PrettyClass(this) in AssertInitializedOrInitializingInThread()
/art/dex2oat/
Ddex2oat.cc679 GetTid(), in Message()