Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex_test.cc44 mu.Unlock(Thread::Current()); in TEST_F()
54 mu.Unlock(Thread::Current()); in TryLockUnlockTest()
70 mu.Unlock(Thread::Current()); in RecursiveLockUnlockTest()
72 mu.Unlock(Thread::Current()); in RecursiveLockUnlockTest()
88 mu.Unlock(Thread::Current()); in RecursiveTryLockUnlockTest()
90 mu.Unlock(Thread::Current()); in RecursiveTryLockUnlockTest()
108 state->mu.Unlock(Thread::Current()); in Callback()
129 state.mu.Unlock(Thread::Current()); in RecursiveLockWaitTest()
130 state.mu.Unlock(Thread::Current()); in RecursiveLockWaitTest()
Dmutex.h223 void Unlock(Thread* self) UNLOCK_FUNCTION() { ExclusiveUnlock(self); } in Unlock() function
/art/runtime/
Dmonitor.cc253 monitor_lock_.Unlock(self); // Let go of locks in order. in Lock()
384 bool Monitor::Unlock(Thread* self) { in Unlock() function in art::Monitor
418 monitor_lock_.Unlock(self); in Wait()
431 monitor_lock_.Unlock(self); in Wait()
477 monitor_lock_.Unlock(self); in Wait()
528 monitor_lock_.Unlock(self); in Wait()
825 return mon->Unlock(self); in MonitorExit()
Dmonitor.h189 bool Unlock(Thread* thread)
Dthread.cc743 Locks::thread_suspend_count_lock_->Unlock(self); in UnsafeLogFatalForSuspendCount()