Searched refs:GetTid (Results 1 – 15 of 15) sorted by relevance
/art/runtime/base/ |
D | logging_linux.cc | 34 ProgramInvocationShortName(), severity, getpid(), ::art::GetTid(), in LogLine()
|
D | mutex-inl.h | 73 return static_cast<uint64_t>(self->GetTid()); in SafeGetTid() 75 return static_cast<uint64_t>(GetTid()); in SafeGetTid()
|
/art/runtime/ |
D | thread_android.cc | 56 pid_t tid = GetTid(); in SetNativePriority()
|
D | runtime_linux.cc | 33 DumpNativeStack(os, GetTid(), "\t", true); in Dump() 250 pid_t tid = GetTid(); in HandleUnexpectedSignal()
|
D | trace.cc | 638 Append2LE(ptr, thread->GetTid()); in LogMethodTraceEvent() 678 os << t->GetTid() << "\t" << name << "\n"; in DumpThread()
|
D | thread.cc | 127 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()
|
D | utils.h | 320 pid_t GetTid();
|
D | utils.cc | 61 pid_t GetTid() { in GetTid() function 1107 if (tid == GetTid()) { in DumpKernelStack()
|
D | thread.h | 255 pid_t GetTid() const { in GetTid() function
|
D | class_linker.cc | 1271 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()
|
D | runtime.cc | 219 syscall(__NR_tgkill, getpid(), GetTid(), SIGABRT); in Abort()
|
D | check_jni.cc | 761 …niAbortF(function_name_, "a thread (tid %d) is making JNI calls without being attached", GetTid()); in CheckThread()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 113 GetTaskStats(t->GetTid(), native_thread_state, utime, stime, task_cpu); in ThreadStatsGetterCallback() 118 JDWP::Append4BE(bytes, t->GetTid()); in ThreadStatsGetterCallback()
|
/art/dex2oat/ |
D | dex2oat.cc | 498 GetTid(), in Message()
|
/art/runtime/gc/ |
D | heap.cc | 709 Runtime::Current()->GetThreadList()->GetLockOwner() == Thread::Current()->GetTid()) { in VerifyObjectImpl()
|