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

/art/runtime/
H A Dthread_android.cc56 pid_t tid = GetTid();
H A Druntime_linux.cc44 DumpNativeStack(os, GetTid(), "\t", nullptr, raw_context_);
327 pid_t tid = GetTid();
H A Dthread_list.cc84 if (thread->GetTid() == tid) {
98 os << "DUMPING THREAD " << thread->GetTid() << "\n";
99 DumpNativeStack(os, thread->GetTid(), "\t");
1139 DumpNativeStack(os, GetTid(), " native: ", nullptr);
H A Dtrace.cc843 pid_t tid = thread->GetTid();
934 Append2LE(ptr, thread->GetTid());
966 Append2LE(buf2 + 3, static_cast<uint16_t>(thread->GetTid()));
998 os << t->GetTid() << "\t" << name << "\n";
1018 the_trace_->exited_threads_.Overwrite(thread->GetTid(), name);
H A Dutils.h204 pid_t GetTid();
H A Dutils.cc59 pid_t GetTid() { function in namespace:art
111 bool is_main_thread = (::art::GetTid() == getpid());
1177 if (tid == GetTid()) {
H A Dthread.cc229 tls32_.tid = ::art::GetTid();
717 << ",tid=" << GetTid() << ',';
1039 Thread::DumpState(os, this, GetTid());
1219 DumpKernelStack(os, GetTid(), " kernel: ", false);
1220 DumpNativeStack(os, GetTid(), " native: ", GetCurrentMethod(nullptr, !dump_for_abort));
H A Druntime.cc307 DumpKernelStack(os, GetTid(), " kernel: ", false);
308 DumpNativeStack(os, GetTid(), " native: ", nullptr);
382 syscall(__NR_tgkill, getpid(), GetTid(), SIGABRT);
H A Dthread.h305 pid_t GetTid() const { function in class:art::Thread
H A Dmonitor.cc616 VLOG(monitor) << "Deflated " << obj << " to thin lock " << owner->GetTid() << " / "
H A Dclass_linker.cc1564 if (!h_class->IsResolved() && h_class->GetClinitThreadId() == self->GetTid()) {
1854 klass->SetClinitThreadId(self->GetTid());
3625 if (klass->GetClinitThreadId() == self->GetTid()) {
3643 klass->SetClinitThreadId(self->GetTid());
H A Dcheck_jni.cc1020 AbortF("a thread (tid %d) is making JNI calls without being attached", GetTid());
/art/runtime/base/
H A Dmutex-inl.h51 return static_cast<uint64_t>(self->GetTid());
53 return static_cast<uint64_t>(GetTid());
H A Dlogging.cc191 << " " << getpid() << " " << ::art::GetTid() << " " << file << ":" << line << "]";
261 ProgramInvocationShortName(), severity, getpid(), ::art::GetTid(), file, line, message);
/art/runtime/native/
H A Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc119 GetTaskStats(t->GetTid(), &native_thread_state, &utime, &stime, &task_cpu);
124 JDWP::Append4BE(bytes, t->GetTid());
/art/test/137-cfi/
H A Dcfi.cc112 std::unique_ptr<Backtrace> bt(Backtrace::Create(BACKTRACE_CURRENT_PROCESS, GetTid()));
/art/runtime/mirror/
H A Dclass-inl.h716 CHECK_EQ(GetClinitThreadId(), self->GetTid()) << PrettyClass(this)

Completed in 323 milliseconds