Searched refs:ExclusiveLockUncontendedFor (Results 1 – 3 of 3) sorted by relevance
246 void ExclusiveLockUncontendedFor(Thread* new_owner);
623 void Mutex::ExclusiveLockUncontendedFor(Thread* new_owner) { in ExclusiveLockUncontendedFor() function in art::Mutex
241 monitor_lock_.ExclusiveLockUncontendedFor(owner); in Install()