Searched refs:ExclusiveTryLock (Results 1 - 3 of 3) sorted by relevance

/art/runtime/base/
H A Dmutex.h227 bool ExclusiveTryLock(Thread* self) TRY_ACQUIRE(true);
228 bool TryLock(Thread* self) TRY_ACQUIRE(true) { return ExclusiveTryLock(self); }
H A Dmutex.cc402 bool Mutex::ExclusiveTryLock(Thread* self) { function in class:art::Mutex
/art/runtime/jit/
H A Djit_code_cache.cc827 if (lock_.ExclusiveTryLock(self)) {

Completed in 102 milliseconds