Searched refs:ExclusiveTryLock (Results 1 – 4 of 4) sorted by relevance
184 bool ExclusiveTryLock(Thread* self) TRY_ACQUIRE(true);185 bool TryLock(Thread* self) TRY_ACQUIRE(true) { return ExclusiveTryLock(self); } in TryLock()
484 bool Mutex::ExclusiveTryLock(Thread* self) { in ExclusiveTryLock() function in art::Mutex531 if (ExclusiveTryLock(self)) { in ExclusiveTryLockWithSpinning()541 return ExclusiveTryLock(self); in ExclusiveTryLockWithSpinning()
426 : monitor_lock_.ExclusiveTryLock(self); in TryLock()1001 if (!monitor->monitor_lock_.ExclusiveTryLock(self)) { in Deflate()
1559 if (Locks::jit_lock_->ExclusiveTryLock(self)) { in AddProfilingInfo()