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