/art/runtime/base/ |
logging_linux.cc | 34 ProgramInvocationShortName(), severity, getpid(), ::art::GetTid(),
|
mutex-inl.h | 78 return static_cast<uint64_t>(self->GetTid()); 80 return static_cast<uint64_t>(GetTid());
|
/external/compiler-rt/lib/lsan/ |
lsan.cc | 60 ThreadStart(tid, GetTid());
|
lsan_thread.cc | 128 CurrentThreadContext()->os_id = GetTid();
|
lsan_interceptors.cc | 235 ThreadStart(tid, GetTid());
|
/art/runtime/ |
thread_android.cc | 56 pid_t tid = GetTid();
|
runtime_linux.cc | 36 DumpNativeStack(os, GetTid(), "\t"); 294 pid_t tid = GetTid();
|
thread_list.cc | 77 if (thread->GetTid() == tid) { 91 os << "DUMPING THREAD " << thread->GetTid() << "\n"; 92 DumpNativeStack(os, thread->GetTid(), "\t"); 904 DumpNativeStack(os, GetTid(), " native: ", nullptr); [all...] |
trace.cc | 675 Append2LE(ptr, thread->GetTid()); 713 os << t->GetTid() << "\t" << name << "\n"; 731 the_trace_->exited_threads_.Put(thread->GetTid(), name);
|
thread.cc | 136 tls32_.tid = ::art::GetTid(); 530 bool is_main_thread = (::art::GetTid() == getpid()); 585 << ",tid=" << GetTid() << ','; [all...] |
runtime.cc | 229 DumpKernelStack(os, GetTid(), " kernel: ", false); 230 DumpNativeStack(os, GetTid(), " native: ", nullptr); 305 syscall(__NR_tgkill, getpid(), GetTid(), SIGABRT); [all...] |
utils.h | 458 pid_t GetTid();
|
utils.cc | 64 pid_t GetTid() { 70 // Neither bionic nor glibc exposes gettid(2). 1124 if (tid == GetTid()) [all...] |
monitor.cc | 636 VLOG(monitor) << "Deflated " << obj << " to thin lock " << owner->GetTid() << " / " [all...] |
thread.h | 280 pid_t GetTid() const { [all...] |
/art/runtime/native/ |
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 122 GetTaskStats(t->GetTid(), &native_thread_state, &utime, &stime, &task_cpu); 127 JDWP::Append4BE(bytes, t->GetTid());
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_linux_test.cc | 97 arg->reported_tid = GetTid(); 146 pid_t self_tid = GetTid();
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_win.cc | 59 uptr GetTid() { 64 return GetTid();
|
sanitizer_mac.cc | 151 uptr GetTid() {
|
sanitizer_common.h | 48 uptr GetTid();
|
sanitizer_linux.cc | 299 uptr GetTid() { 303 return internal_syscall(SYSCALL(gettid));
|
/external/compiler-rt/lib/asan/ |
asan_thread.cc | 298 context->os_id = GetTid();
|
asan_interceptors.cc | 170 return t->ThreadStart(GetTid());
|
/art/runtime/mirror/ |
class-inl.h | 689 CHECK_EQ(GetClinitThreadId(), self->GetTid()) << PrettyClass(this)
|
/art/dex2oat/ |
dex2oat.cc | 679 GetTid(), [all...] |