Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.h246 void ExclusiveLockUncontendedFor(Thread* new_owner);
Dmutex.cc623 void Mutex::ExclusiveLockUncontendedFor(Thread* new_owner) { in ExclusiveLockUncontendedFor() function in art::Mutex
/art/runtime/
Dmonitor.cc241 monitor_lock_.ExclusiveLockUncontendedFor(owner); in Install()