Searched refs:ExclusiveTryLock (Results 1 – 2 of 2) sorted by relevance
174 bool ExclusiveTryLock(Thread* self) TRY_ACQUIRE(true);175 bool TryLock(Thread* self) TRY_ACQUIRE(true) { return ExclusiveTryLock(self); } in TryLock()
412 bool Mutex::ExclusiveTryLock(Thread* self) { in ExclusiveTryLock() function in art::Mutex