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

  /art/runtime/base/
mutex.h 132 // State | ExclusiveLock | ExclusiveUnlock
155 void ExclusiveUnlock(Thread* self) UNLOCK_FUNCTION();
156 void Unlock(Thread* self) UNLOCK_FUNCTION() { ExclusiveUnlock(self); }
214 // State | ExclusiveLock | ExclusiveUnlock | SharedLock | SharedUnlock
233 void ExclusiveUnlock(Thread* self) UNLOCK_FUNCTION();
234 void WriterUnlock(Thread* self) UNLOCK_FUNCTION() { ExclusiveUnlock(self); }
361 mu_.ExclusiveUnlock(self_);
404 mu_.ExclusiveUnlock(self_);
mutex.cc 421 void Mutex::ExclusiveUnlock(Thread* self) {
578 void ReaderWriterMutex::ExclusiveUnlock(Thread* self) {
849 guard_.ExclusiveUnlock(self);
884 guard_.ExclusiveUnlock(self);
mutex_test.cc 155 mu.ExclusiveUnlock(Thread::Current());
  /art/runtime/
thread_list.cc 276 Locks::mutator_lock_->ExclusiveUnlock(self);
355 Locks::mutator_lock_->ExclusiveUnlock(self);
359 Locks::mutator_lock_->ExclusiveUnlock(self);
546 Locks::thread_list_lock_->ExclusiveUnlock(self);
debugger.cc 674 Locks::mutator_lock_->ExclusiveUnlock(self);
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc     [all...]

Completed in 1298 milliseconds