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

/art/runtime/openjdkjvmti/
H A Djvmti_weak_table-inl.h57 void JvmtiWeakTable<T>::Unlock() { function in class:openjdkjvmti::JvmtiWeakTable
/art/runtime/
H A Dmonitor.cc386 monitor_lock_.Unlock(self); // Let go of locks in order.
561 bool Monitor::Unlock(Thread* self) { function in class:art::Monitor
600 monitor_lock_.Unlock(self);
613 monitor_lock_.Unlock(self);
639 AtraceMonitorUnlock(); // For the implict Unlock() just above. This will only end the deepest
662 monitor_lock_.Unlock(self);
727 monitor_lock_.Unlock(self);
1039 return mon->Unlock(self);

Completed in 221 milliseconds