HomeSort by relevance Sort by last modified time
    Searched refs:GetExclusiveOwnerTid (Results 1 - 7 of 7) sorted by null

  /art/runtime/base/
mutex-inl.h 162 ScopedContentionRecorder scr(this, GetExclusiveOwnerTid(), SafeGetTid(self));
213 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self));
223 inline uint64_t Mutex::GetExclusiveOwnerTid() const {
229 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self));
239 inline uint64_t ReaderWriterMutex::GetExclusiveOwnerTid() const {
mutex.h 240 uint64_t GetExclusiveOwnerTid() const;
358 uint64_t GetExclusiveOwnerTid() const;
mutex.cc 320 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
442 << " owner=" << GetExclusiveOwnerTid() << " ";
496 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
572 ScopedContentionRecorder scr(this, SafeGetTid(self), GetExclusiveOwnerTid());
650 << " owner=" << GetExclusiveOwnerTid() << " ";
701 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self));
    [all...]
  /art/runtime/
thread_list.cc 84 return Locks::thread_list_lock_->GetExclusiveOwnerTid();
    [all...]
runtime.cc     [all...]
thread.cc     [all...]
class_linker.cc     [all...]

Completed in 70 milliseconds