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

  /art/runtime/base/
mutex.h 221 // State | ExclusiveLock | ExclusiveUnlock
244 void ExclusiveUnlock(Thread* self) RELEASE();
245 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); }
308 // State | ExclusiveLock | ExclusiveUnlock | SharedLock | SharedUnlock
327 void ExclusiveUnlock(Thread* self) RELEASE();
328 void WriterUnlock(Thread* self) RELEASE() { ExclusiveUnlock(self); }
498 mu_.ExclusiveUnlock(self_);
533 mu_.ExclusiveUnlock(self_);
mutex_test.cc 156 mu.ExclusiveUnlock(Thread::Current());
mutex.cc 495 void Mutex::ExclusiveUnlock(Thread* self) {
649 void ReaderWriterMutex::ExclusiveUnlock(Thread* self) {
    [all...]
  /art/runtime/
thread-inl.h 375 Locks::thread_suspend_count_lock_->ExclusiveUnlock(self);
thread_list.cc 556 Locks::mutator_lock_->ExclusiveUnlock(self);
799 Locks::mutator_lock_->ExclusiveUnlock(self);
    [all...]
intern_table.cc 199 Locks::intern_table_lock_->ExclusiveUnlock(self);
  /art/runtime/openjdkjvmti/
jvmti_weak_table-inl.h 58 allow_disallow_lock_.ExclusiveUnlock(art::Thread::Current());
  /art/runtime/gc/collector/
mark_sweep.cc     [all...]
  /art/runtime/jit/
jit_code_cache.cc     [all...]

Completed in 171 milliseconds