Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.h234 void ExclusiveLockUncontendedFor(Thread* new_owner);
Dmutex.cc545 void Mutex::ExclusiveLockUncontendedFor(Thread* new_owner) { in ExclusiveLockUncontendedFor() function in art::Mutex
/art/runtime/
Dmonitor.cc228 monitor_lock_.ExclusiveLockUncontendedFor(owner); in Install()