HomeSort by relevance Sort by last modified time
    Searched refs:GetTid (Results 1 - 25 of 34) sorted by null

1 2

  /art/runtime/gc/
allocation_record.h 87 pid_t GetTid() const {
132 size_t result = r.GetTid() * AllocRecordStackTrace::kHashMultiplier + depth;
173 pid_t GetTid() const {
174 return trace_.GetTid();
allocation_record.cc 233 records->alloc_ddm_thread_id_ = self->GetTid();
285 if (alloc_ddm_thread_id_ == self->GetTid()) {
304 trace.SetTid(self->GetTid());
  /art/runtime/
thread_android.cc 56 pid_t tid = GetTid();
runtime_linux.cc 45 DumpNativeStack(os, GetTid(), nullptr, "\t", nullptr, raw_context_);
331 pid_t tid = GetTid();
thread_list.cc 106 if (thread->GetTid() == tid) {
121 os << "DUMPING THREAD " << thread->GetTid() << "\n";
122 DumpNativeStack(os, thread->GetTid(), map.get(), "\t");
    [all...]
trace.cc 870 pid_t tid = thread->GetTid();
    [all...]
monitor.cc 356 owner_->GetTid(),
386 original_owner_tid = original_owner->GetTid();
770 VLOG(monitor) << "Deflated " << obj << " to thin lock " << owner->GetTid() << " / "
    [all...]
runtime.cc 338 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr);
344 DumpKernelStack(os, GetTid(), " kernel: ", false);
345 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr);
419 syscall(__NR_tgkill, getpid(), GetTid(), SIGABRT);
    [all...]
utils.h 227 pid_t GetTid();
utils.cc 63 pid_t GetTid() {
69 return gettid();
115 bool is_main_thread = (::art::GetTid() == getpid());
    [all...]
thread.h 320 pid_t GetTid() const {
    [all...]
  /external/compiler-rt/lib/lsan/
lsan.cc 82 ThreadStart(tid, GetTid());
lsan_thread.cc 128 CurrentThreadContext()->os_id = GetTid();
lsan_interceptors.cc 219 ThreadStart(tid, GetTid());
  /art/runtime/base/
mutex-inl.h 51 return static_cast<uint64_t>(self->GetTid());
53 return static_cast<uint64_t>(GetTid());
logging.cc 192 << " " << getpid() << " " << ::art::GetTid() << " " << file << ":" << line << "]";
267 ProgramInvocationShortName(), severity, getpid(), ::art::GetTid(), file, line, message);
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 119 GetTaskStats(t->GetTid(), &native_thread_state, &utime, &stime, &task_cpu);
124 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();
  /art/test/137-cfi/
cfi.cc 119 std::unique_ptr<Backtrace> bt(Backtrace::Create(BACKTRACE_CURRENT_PROCESS, GetTid()));
  /external/compiler-rt/lib/asan/
asan_win.cc 83 return t->ThreadStart(GetTid(), /* signal_thread_is_registered */ nullptr);
asan_thread.cc 311 context->os_id = GetTid();
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_mac.cc 138 ThreadStart(thr, tid, GetTid());
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 63 uptr GetTid() {
68 return GetTid();
sanitizer_common.h 73 uptr GetTid();
sanitizer_mac.cc 211 uptr GetTid() {

Completed in 580 milliseconds

1 2