HomeSort by relevance Sort by last modified time
    Searched refs:ExclusiveLock (Results 1 - 10 of 10) 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
66 locked_inliner->lock_.ExclusiveLock(self); // Acquire inliner's lock_ before releasing lock_.
  /art/runtime/base/
mutex.h 208 // State | ExclusiveLock | ExclusiveUnlock
212 // * Mutex is not reentrant and so an attempt to ExclusiveLock on the same thread will result in
223 void ExclusiveLock(Thread* self) ACQUIRE();
224 void Lock(Thread* self) ACQUIRE() { ExclusiveLock(self); }
297 // State | ExclusiveLock | ExclusiveUnlock | SharedLock | SharedUnlock
312 void ExclusiveLock(Thread* self) ACQUIRE();
313 void WriterLock(Thread* self) ACQUIRE() { ExclusiveLock(self); }
485 mu_.ExclusiveLock(self_);
528 mu_.ExclusiveLock(self_);
mutex.cc 359 void Mutex::ExclusiveLock(Thread* self) {
549 void ReaderWriterMutex::ExclusiveLock(Thread* self) {
868 guard_.ExclusiveLock(self);
909 guard_.ExclusiveLock(self);
    [all...]
mutex_test.cc 153 mu.ExclusiveLock(Thread::Current());
  /art/runtime/
thread_list.cc 406 Locks::mutator_lock_->ExclusiveLock(self);
491 Locks::mutator_lock_->ExclusiveLock(self);
578 Locks::thread_suspend_count_lock_->ExclusiveLock(self);
    [all...]
intern_table.cc 253 Locks::intern_table_lock_->ExclusiveLock(self);
  /art/runtime/gc/collector/
mark_sweep.cc 464 Locks::heap_bitmap_lock_->ExclusiveLock(self);
    [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/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 

Completed in 160 milliseconds