Searched refs:Unlock (Results 1 - 5 of 5) sorted by relevance

/art/runtime/base/
H A Dmutex_test.cc44 mu.Unlock(Thread::Current());
54 mu.Unlock(Thread::Current());
70 mu.Unlock(Thread::Current());
72 mu.Unlock(Thread::Current());
88 mu.Unlock(Thread::Current());
90 mu.Unlock(Thread::Current());
112 state->mu.Unlock(Thread::Current());
128 state.mu.Unlock(Thread::Current());
129 state.mu.Unlock(Thread::Current());
H A Dmutex.h232 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); }
/art/runtime/
H A Dmonitor.cc354 monitor_lock_.Unlock(self); // Let go of locks in order.
544 bool Monitor::Unlock(Thread* self) { function in class:art::Monitor
583 monitor_lock_.Unlock(self);
596 monitor_lock_.Unlock(self);
622 AtraceMonitorUnlock(); // For the implict Unlock() just above. This will only end the deepest
645 monitor_lock_.Unlock(self);
710 monitor_lock_.Unlock(self);
1001 return mon->Unlock(self);
H A Dmonitor.h71 // NO_THREAD_SAFETY_ANALYSIS for mon->Unlock.
208 bool Unlock(Thread* thread)
H A Dthread.cc986 Locks::thread_suspend_count_lock_->Unlock(self);

Completed in 494 milliseconds