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

  /art/runtime/base/
mutex.h 221 // State | ExclusiveLock | ExclusiveUnlock
225 // * Mutex is not reentrant and so an attempt to ExclusiveLock on the same thread will result in
236 void ExclusiveLock(Thread* self) ACQUIRE();
237 void Lock(Thread* self) ACQUIRE() { ExclusiveLock(self); }
308 // State | ExclusiveLock | ExclusiveUnlock | SharedLock | SharedUnlock
323 void ExclusiveLock(Thread* self) ACQUIRE();
324 void WriterLock(Thread* self) ACQUIRE() { ExclusiveLock(self); }
494 mu_.ExclusiveLock(self_);
529 mu_.ExclusiveLock(self_);
mutex_test.cc 153 mu.ExclusiveLock(Thread::Current());
mutex.cc 408 void Mutex::ExclusiveLock(Thread* self) {
612 void ReaderWriterMutex::ExclusiveLock(Thread* self) {
    [all...]
  /art/runtime/
thread-inl.h 377 Locks::thread_suspend_count_lock_->ExclusiveLock(self);
thread_list.cc 440 // Mutex::ExclusiveLock, etc. when the wakeup via WakeupToRespondToEmptyCheckpoint
553 Locks::mutator_lock_->ExclusiveLock(self);
658 Locks::mutator_lock_->ExclusiveLock(self);
    [all...]
intern_table.cc 208 Locks::intern_table_lock_->ExclusiveLock(self);
  /art/runtime/openjdkjvmti/
jvmti_weak_table-inl.h 54 allow_disallow_lock_.ExclusiveLock(art::Thread::Current());
  /art/runtime/gc/collector/
mark_sweep.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
wdm.h     [all...]
  /prebuilts/misc/common/robolectric/lib/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 

Completed in 392 milliseconds