HomeSort by relevance Sort by last modified time
    Searched refs:ExclusiveUnlock (Results 1 - 6 of 6) sorted by null

  /art/compiler/dex/quick/
dex_file_to_method_inliner_map.cc 54 // ExclusiveLock()/ExclusiveUnlock() on one of the locks, the other one
69 locked_inliner->lock_.ExclusiveUnlock(self);
  /art/runtime/base/
mutex.h 193 // State | ExclusiveLock | ExclusiveUnlock
216 void ExclusiveUnlock(Thread* self) UNLOCK_FUNCTION();
217 void Unlock(Thread* self) UNLOCK_FUNCTION() { ExclusiveUnlock(self); }
277 // State | ExclusiveLock | ExclusiveUnlock | SharedLock | SharedUnlock
296 void ExclusiveUnlock(Thread* self) UNLOCK_FUNCTION();
297 void WriterUnlock(Thread* self) UNLOCK_FUNCTION() { ExclusiveUnlock(self); }
426 mu_.ExclusiveUnlock(self_);
469 mu_.ExclusiveUnlock(self_);
mutex.cc 397 void Mutex::ExclusiveUnlock(Thread* self) {
526 void ReaderWriterMutex::ExclusiveUnlock(Thread* self) {
771 guard_.ExclusiveUnlock(self);
809 guard_.ExclusiveUnlock(self);
    [all...]
mutex_test.cc 156 mu.ExclusiveUnlock(Thread::Current());
  /art/runtime/
thread_list.cc 383 Locks::mutator_lock_->ExclusiveUnlock(self);
649 Locks::mutator_lock_->ExclusiveUnlock(self);
653 Locks::mutator_lock_->ExclusiveUnlock(self);
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc     [all...]

Completed in 292 milliseconds