Searched refs:ExclusiveUnlock (Results 1 - 8 of 8) sorted by relevance

/art/compiler/dex/quick/
H A Ddex_file_to_method_inliner_map.cc54 // ExclusiveLock()/ExclusiveUnlock() on one of the locks, the other one
69 locked_inliner->lock_.ExclusiveUnlock(self);
/art/runtime/base/
H A Dmutex.h208 // State | ExclusiveLock | ExclusiveUnlock
231 void ExclusiveUnlock(Thread* self) RELEASE();
232 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); }
297 // State | ExclusiveLock | ExclusiveUnlock | SharedLock | SharedUnlock
316 void ExclusiveUnlock(Thread* self) RELEASE();
317 void WriterUnlock(Thread* self) RELEASE() { ExclusiveUnlock(self); }
489 mu_.ExclusiveUnlock(self_);
532 mu_.ExclusiveUnlock(self_);
H A Dmutex.cc443 void Mutex::ExclusiveUnlock(Thread* self) { function in class:art::Mutex
583 void ReaderWriterMutex::ExclusiveUnlock(Thread* self) { function in class:art::ReaderWriterMutex
847 guard_.ExclusiveUnlock(self);
898 guard_.ExclusiveUnlock(self);
H A Dmutex_test.cc156 mu.ExclusiveUnlock(Thread::Current());
/art/runtime/
H A Dthread_list.cc408 Locks::mutator_lock_->ExclusiveUnlock(self);
576 Locks::thread_suspend_count_lock_->ExclusiveUnlock(self);
647 Locks::mutator_lock_->ExclusiveUnlock(self);
950 Locks::mutator_lock_->ExclusiveUnlock(self);
954 Locks::mutator_lock_->ExclusiveUnlock(self);
H A Dintern_table.cc245 Locks::intern_table_lock_->ExclusiveUnlock(self);
/art/runtime/gc/collector/
H A Dmark_sweep.cc456 Locks::heap_bitmap_lock_->ExclusiveUnlock(self);
1174 Locks::heap_bitmap_lock_->ExclusiveUnlock(self);
/art/runtime/jit/
H A Djit_code_cache.cc829 lock_.ExclusiveUnlock(self);

Completed in 201 milliseconds