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

/art/runtime/base/
H A Dmutex-inl.h103 !Locks::mutator_lock_->IsExclusiveHeld(self)) {
121 Locks::mutator_lock_->IsExclusiveHeld(self)) {
211 inline bool Mutex::IsExclusiveHeld(const Thread* self) const { function in class:art::Mutex
229 CHECK(IsExclusiveHeld(self)) << *this;
237 inline bool ReaderWriterMutex::IsExclusiveHeld(const Thread* self) const { function in class:art::ReaderWriterMutex
266 CHECK(IsExclusiveHeld(self)) << *this;

Completed in 462 milliseconds