Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.h184 bool ExclusiveTryLock(Thread* self) TRY_ACQUIRE(true);
185 bool TryLock(Thread* self) TRY_ACQUIRE(true) { return ExclusiveTryLock(self); } in TryLock()
Dmutex.cc484 bool Mutex::ExclusiveTryLock(Thread* self) { in ExclusiveTryLock() function in art::Mutex
531 if (ExclusiveTryLock(self)) { in ExclusiveTryLockWithSpinning()
541 return ExclusiveTryLock(self); in ExclusiveTryLockWithSpinning()
/art/runtime/
Dmonitor.cc426 : monitor_lock_.ExclusiveTryLock(self); in TryLock()
1001 if (!monitor->monitor_lock_.ExclusiveTryLock(self)) { in Deflate()
/art/runtime/jit/
Djit_code_cache.cc1559 if (Locks::jit_lock_->ExclusiveTryLock(self)) { in AddProfilingInfo()