Home
last modified time | relevance | path

Searched refs:ExclusiveTryLock (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dmutex.h174 bool ExclusiveTryLock(Thread* self) TRY_ACQUIRE(true);
175 bool TryLock(Thread* self) TRY_ACQUIRE(true) { return ExclusiveTryLock(self); } in TryLock()
Dmutex.cc412 bool Mutex::ExclusiveTryLock(Thread* self) { in ExclusiveTryLock() function in art::Mutex