/art/runtime/base/ |
logging_linux.cc | 34 ProgramInvocationShortName(), severity, getpid(), ::art::GetTid(),
|
mutex-inl.h | 73 return static_cast<uint64_t>(self->GetTid()); 75 return static_cast<uint64_t>(GetTid());
|
/external/compiler-rt/lib/lsan/ |
lsan.cc | 52 ThreadStart(tid, GetTid());
|
lsan_thread.cc | 128 CurrentThreadContext()->os_id = GetTid();
|
lsan_interceptors.cc | 214 ThreadStart(tid, GetTid());
|
/art/runtime/ |
thread_android.cc | 56 pid_t tid = GetTid();
|
runtime_linux.cc | 33 DumpNativeStack(os, GetTid(), "\t", true); 250 pid_t tid = GetTid();
|
utils.h | 320 pid_t GetTid();
|
thread.cc | 127 tid_ = ::art::GetTid(); 437 bool is_main_thread = (::art::GetTid() == getpid()); 476 << ",tid=" << GetTid() << ','; 775 Thread::DumpState(os, this, GetTid()); [all...] |
trace.cc | 638 Append2LE(ptr, thread->GetTid()); 678 os << t->GetTid() << "\t" << name << "\n";
|
utils.cc | 61 pid_t GetTid() { 67 // Neither bionic nor glibc exposes gettid(2). 1107 if (tid == GetTid()) { [all...] |
thread.h | 255 pid_t GetTid() const {
|
class_linker.cc | [all...] |
runtime.cc | 219 syscall(__NR_tgkill, getpid(), GetTid(), SIGABRT); [all...] |
check_jni.cc | 761 JniAbortF(function_name_, "a thread (tid %d) is making JNI calls without being attached", GetTid()); [all...] |
/art/runtime/native/ |
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 113 GetTaskStats(t->GetTid(), native_thread_state, utime, stime, task_cpu); 118 JDWP::Append4BE(bytes, t->GetTid());
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_win.cc | 59 uptr GetTid() { 64 return GetTid();
|
sanitizer_mac.cc | 131 uptr GetTid() {
|
sanitizer_common.h | 46 uptr GetTid();
|
sanitizer_linux.cc | 214 uptr 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/asan/ |
asan_thread.cc | 263 context->os_id = GetTid();
|
asan_interceptors.cc | 143 return t->ThreadStart(GetTid());
|
/art/dex2oat/ |
dex2oat.cc | 498 GetTid(), [all...] |
/art/runtime/gc/ |
heap.cc | 709 Runtime::Current()->GetThreadList()->GetLockOwner() == Thread::Current()->GetTid()) { [all...] |