Searched defs:GetExclusiveOwnerTid (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dmutex-inl.h175 DCHECK(GetExclusiveOwnerTid() == 0 || GetExclusiveOwnerTid() == -1);
182 DCHECK(GetExclusiveOwnerTid() == 0 || GetExclusiveOwnerTid() == -1);
213 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self));
223 inline pid_t Mutex::GetExclusiveOwnerTid() const { function in class:art::Mutex
239 bool result = (GetExclusiveOwnerTid() == SafeGetTid(self));
249 inline pid_t ReaderWriterMutex::GetExclusiveOwnerTid() const { function in class:art::ReaderWriterMutex

Completed in 55 milliseconds