HomeSort by relevance Sort by last modified time
    Searched defs:GetTid (Results 1 - 6 of 6) sorted by null

  /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();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 211 uptr GetTid() {
sanitizer_linux.cc 337 uptr GetTid() {
341 return internal_syscall(SYSCALL(gettid));
    [all...]
sanitizer_win.cc 63 uptr GetTid() {
68 return GetTid();
  /art/runtime/
thread.h 320 pid_t GetTid() const {
    [all...]
utils.cc 63 pid_t GetTid() {
69 return gettid();
115 bool is_main_thread = (::art::GetTid() == getpid());
    [all...]

Completed in 228 milliseconds