Home
last modified time | relevance | path

Searched refs:ExclusiveTryLockWithSpinning (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Dmutex.h187 bool ExclusiveTryLockWithSpinning(Thread* self) TRY_ACQUIRE(true);
Dmutex.cc525 bool Mutex::ExclusiveTryLockWithSpinning(Thread* self) { in ExclusiveTryLockWithSpinning() function in art::Mutex
/art/runtime/
Dmonitor.cc425 bool success = spin ? monitor_lock_.ExclusiveTryLockWithSpinning(self) in TryLock()