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

/art/openjdkjvmti/
H A Djvmti_weak_table-inl.h58 void JvmtiWeakTable<T>::Unlock() { function in class:openjdkjvmti::JvmtiWeakTable
/art/runtime/
H A Dmonitor.cc457 monitor_lock_.Unlock(self); // Let go of locks in order.
589 monitor_lock_.Unlock(self);
697 bool Monitor::Unlock(Thread* self) { function in class:art::Monitor
736 monitor_lock_.Unlock(self);
749 monitor_lock_.Unlock(self);
775 AtraceMonitorUnlock(); // For the implict Unlock() just above. This will only end the deepest
799 monitor_lock_.Unlock(self);
864 monitor_lock_.Unlock(self);
1179 return mon->Unlock(self);

Completed in 307 milliseconds