HomeSort by relevance Sort by last modified time
    Searched refs:GetTid (Results 26 - 39 of 39) sorted by null

12

  /art/runtime/
utils.cc 56 pid_t GetTid() {
62 return gettid();
thread.h 354 pid_t GetTid() const {
    [all...]
thread.cc 401 tls32_.tid = ::art::GetTid();
    [all...]
class_linker.cc     [all...]
debugger.cc     [all...]
check_jni.cc     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 240 uptr GetTid() {
sanitizer_common.h 75 uptr GetTid();
sanitizer_linux.cc 373 uptr GetTid() {
377 return internal_syscall(SYSCALL(gettid));
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 636 pid_t tid = self->GetTid();
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 236 return t->ThreadStart(GetTid(), &param->is_registered);
  /art/runtime/mirror/
class-inl.h     [all...]
  /art/runtime/hprof/
hprof.cc 732 // U4: thread serial number. We use Thread::GetTid().
736 __ AddU4(trace->GetTid());
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 889 ThreadStart(thr, tid, GetTid());
    [all...]

Completed in 537 milliseconds

12