Home
last modified time | relevance | path

Searched refs:ExclusiveUnlock (Results 1 – 9 of 9) sorted by relevance

/art/runtime/base/
Dmutex.h244 void ExclusiveUnlock(Thread* self) RELEASE();
245 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in Unlock()
327 void ExclusiveUnlock(Thread* self) RELEASE();
328 void WriterUnlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in WriterUnlock()
498 mu_.ExclusiveUnlock(self_); in RELEASE()
533 mu_.ExclusiveUnlock(self_); in UNLOCK_FUNCTION()
Dmutex_test.cc156 mu.ExclusiveUnlock(Thread::Current()); in TEST_F()
Dmutex.cc495 void Mutex::ExclusiveUnlock(Thread* self) { in ExclusiveUnlock() function in art::Mutex
649 void ReaderWriterMutex::ExclusiveUnlock(Thread* self) { in ExclusiveUnlock() function in art::ReaderWriterMutex
930 guard_.ExclusiveUnlock(self); in WaitHoldingLocks()
981 guard_.ExclusiveUnlock(self); in TimedWait()
/art/runtime/
Dthread_list.cc556 Locks::mutator_lock_->ExclusiveUnlock(self); in FlipThreadRoots()
799 Locks::mutator_lock_->ExclusiveUnlock(self); in ResumeAll()
1132 Locks::mutator_lock_->ExclusiveUnlock(self); in SuspendAllForDebugger()
1136 Locks::mutator_lock_->ExclusiveUnlock(self); in SuspendAllForDebugger()
Dthread-inl.h375 Locks::thread_suspend_count_lock_->ExclusiveUnlock(self); in ModifySuspendCount()
Dintern_table.cc199 Locks::intern_table_lock_->ExclusiveUnlock(self); in WaitUntilAccessible()
/art/runtime/openjdkjvmti/
Djvmti_weak_table-inl.h58 allow_disallow_lock_.ExclusiveUnlock(art::Thread::Current()); in Unlock()
/art/runtime/jit/
Djit_code_cache.cc1285 lock_.ExclusiveUnlock(self); in AddProfilingInfo()
/art/runtime/gc/collector/
Dmark_sweep.cc1173 Locks::heap_bitmap_lock_->ExclusiveUnlock(self); in MarkRootsCheckpoint()