Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.h238 void ExclusiveUnlockUncontended();
Dmutex.cc558 void Mutex::ExclusiveUnlockUncontended() { in ExclusiveUnlockUncontended() function in art::Mutex
/art/runtime/
Dmonitor.cc244 monitor_lock_.ExclusiveUnlockUncontended(); in Install()