Home
last modified time | relevance | path

Searched defs:Unlock (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dmutex.h223 void Unlock(Thread* self) UNLOCK_FUNCTION() { ExclusiveUnlock(self); } in Unlock() function
/art/runtime/
Dmonitor.cc384 bool Monitor::Unlock(Thread* self) { in Unlock() function in art::Monitor