Searched defs:Unlock (Results 1 – 2 of 2) sorted by relevance
223 void Unlock(Thread* self) UNLOCK_FUNCTION() { ExclusiveUnlock(self); } in Unlock() function
384 bool Monitor::Unlock(Thread* self) { in Unlock() function in art::Monitor