Searched refs:GetTid (Results 1 – 17 of 17) sorted by relevance
/art/runtime/base/ |
D | logging_linux.cc | 34 ProgramInvocationShortName(), severity, getpid(), ::art::GetTid(), in LogLine()
|
D | mutex-inl.h | 78 return static_cast<uint64_t>(self->GetTid()); in SafeGetTid() 80 return static_cast<uint64_t>(GetTid()); in SafeGetTid()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 122 GetTaskStats(t->GetTid(), &native_thread_state, &utime, &stime, &task_cpu); in ThreadStatsGetterCallback() 127 JDWP::Append4BE(bytes, t->GetTid()); in ThreadStatsGetterCallback()
|
/art/runtime/ |
D | thread_android.cc | 56 pid_t tid = GetTid(); in SetNativePriority()
|
D | runtime_linux.cc | 36 DumpNativeStack(os, GetTid(), "\t"); in Dump() 294 pid_t tid = GetTid(); in HandleUnexpectedSignal()
|
D | thread_list.cc | 77 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()
|
D | trace.cc | 675 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()
|
D | thread.cc | 136 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()
|
D | runtime.cc | 229 DumpKernelStack(os, GetTid(), " kernel: ", false); in Dump() 230 DumpNativeStack(os, GetTid(), " native: ", nullptr); in Dump() 305 syscall(__NR_tgkill, getpid(), GetTid(), SIGABRT); in Abort()
|
D | utils.cc | 64 pid_t GetTid() { in GetTid() function 1124 if (tid == GetTid()) { in DumpKernelStack()
|
D | utils.h | 458 pid_t GetTid();
|
D | thread.h | 280 pid_t GetTid() const { in GetTid() function
|
D | monitor.cc | 636 VLOG(monitor) << "Deflated " << obj << " to thin lock " << owner->GetTid() << " / " in Deflate()
|
D | class_linker.cc | 1996 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()
|
D | check_jni.cc | 763 …niAbortF(function_name_, "a thread (tid %d) is making JNI calls without being attached", GetTid()); in CheckThread()
|
/art/runtime/mirror/ |
D | class-inl.h | 689 CHECK_EQ(GetClinitThreadId(), self->GetTid()) << PrettyClass(this) in AssertInitializedOrInitializingInThread()
|
/art/dex2oat/ |
D | dex2oat.cc | 679 GetTid(), in Message()
|