Home
last modified time | relevance | path

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

/art/runtime/base/
Dlogging_linux.cc34 ProgramInvocationShortName(), severity, getpid(), ::art::GetTid(), in LogLine()
Dmutex-inl.h73 return static_cast<uint64_t>(self->GetTid()); in SafeGetTid()
75 return static_cast<uint64_t>(GetTid()); in SafeGetTid()
/art/runtime/
Dthread_android.cc56 pid_t tid = GetTid(); in SetNativePriority()
Druntime_linux.cc33 DumpNativeStack(os, GetTid(), "\t", true); in Dump()
250 pid_t tid = GetTid(); in HandleUnexpectedSignal()
Dtrace.cc638 Append2LE(ptr, thread->GetTid()); in LogMethodTraceEvent()
678 os << t->GetTid() << "\t" << name << "\n"; in DumpThread()
Dthread.cc127 tid_ = ::art::GetTid(); in InitTid()
437 bool is_main_thread = (::art::GetTid() == getpid()); in InitStackHwm()
476 << ",tid=" << GetTid() << ','; in ShortDump()
775 Thread::DumpState(os, this, GetTid()); in DumpState()
884 DumpKernelStack(os, GetTid(), " kernel: ", false); in DumpStack()
885 DumpNativeStack(os, GetTid(), " native: ", false); in DumpStack()
Dutils.h320 pid_t GetTid();
Dutils.cc61 pid_t GetTid() { in GetTid() function
1107 if (tid == GetTid()) { in DumpKernelStack()
Dthread.h255 pid_t GetTid() const { in GetTid() function
Dclass_linker.cc1271 if (!klass->IsResolved() && klass->GetClinitThreadId() == self->GetTid()) { in EnsureResolved()
1421 klass->SetClinitThreadId(self->GetTid()); in DefineClass()
2990 if (klass->GetClinitThreadId() == self->GetTid()) { in InitializeClass()
3007 klass->SetClinitThreadId(self->GetTid()); in InitializeClass()
Druntime.cc219 syscall(__NR_tgkill, getpid(), GetTid(), SIGABRT); in Abort()
Dcheck_jni.cc761 …niAbortF(function_name_, "a thread (tid %d) is making JNI calls without being attached", GetTid()); in CheckThread()
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc113 GetTaskStats(t->GetTid(), native_thread_state, utime, stime, task_cpu); in ThreadStatsGetterCallback()
118 JDWP::Append4BE(bytes, t->GetTid()); in ThreadStatsGetterCallback()
/art/dex2oat/
Ddex2oat.cc498 GetTid(), in Message()
/art/runtime/gc/
Dheap.cc709 Runtime::Current()->GetThreadList()->GetLockOwner() == Thread::Current()->GetTid()) { in VerifyObjectImpl()