HomeSort by relevance Sort by last modified time
    Searched refs:ExclusiveTryLock (Results 1 - 2 of 2) sorted by null

  /art/runtime/base/
mutex.h 212 bool ExclusiveTryLock(Thread* self) EXCLUSIVE_TRYLOCK_FUNCTION(true);
213 bool TryLock(Thread* self) EXCLUSIVE_TRYLOCK_FUNCTION(true) { return ExclusiveTryLock(self); }
mutex.cc 356 bool Mutex::ExclusiveTryLock(Thread* self) {
    [all...]

Completed in 3651 milliseconds