HomeSort by relevance Sort by last modified time
    Searched refs:WriterMutexLock (Results 1 - 25 of 36) sorted by null

1 2

  /external/protobuf/src/google/protobuf/stubs/
mutex.h 78 #undef WriterMutexLock
93 typedef MutexLock WriterMutexLock;
141 using internal::WriterMutexLock;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
mutex.h 78 #undef WriterMutexLock
93 typedef MutexLock WriterMutexLock;
141 using internal::WriterMutexLock;
  /external/regex-re2/util/
mutex.h 160 // ReaderMutexLock and WriterMutexLock do the same, for rwlocks
172 class WriterMutexLock {
174 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }
175 ~WriterMutexLock() { mu_->WriterUnlock(); }
179 WriterMutexLock(const WriterMutexLock&);
180 void operator=(const WriterMutexLock&);
186 #define WriterMutexLock(x) COMPILE_ASSERT(0, wmutex_lock_decl_missing_var_name)
  /art/runtime/gc/collector/
partial_mark_sweep.cc 36 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
sticky_mark_sweep.cc 38 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
immune_spaces_test.cc 196 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
230 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
240 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
299 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
314 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
338 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
361 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
mark_compact.cc 44 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
123 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
188 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
240 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
626 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
semi_space.cc 65 WriterMutexLock mu(self_, *Locks::heap_bitmap_lock_);
170 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
244 WriterMutexLock mu(self_, *Locks::heap_bitmap_lock_);
427 WriterMutexLock mu(self_, *Locks::heap_bitmap_lock_);
    [all...]
mark_sweep.cc 84 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
176 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
190 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
198 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
263 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
327 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
    [all...]
concurrent_copying.cc 260 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
667 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
707 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
737 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
    [all...]
  /art/compiler/dex/
verification_results.cc 39 WriterMutexLock mu(Thread::Current(), verified_methods_lock_);
74 WriterMutexLock mu(Thread::Current(), verified_methods_lock_);
132 WriterMutexLock mu(Thread::Current(), rejected_classes_lock_);
158 WriterMutexLock mu(Thread::Current(), verified_methods_lock_);
  /art/runtime/
class_table.cc 32 WriterMutexLock mu(Thread::Current(), lock_);
67 WriterMutexLock mu(Thread::Current(), lock_);
146 WriterMutexLock mu(Thread::Current(), lock_);
159 WriterMutexLock mu(Thread::Current(), lock_);
182 WriterMutexLock mu(Thread::Current(), lock_);
188 WriterMutexLock mu(Thread::Current(), lock_);
230 WriterMutexLock mu(Thread::Current(), lock_);
252 WriterMutexLock mu(Thread::Current(), lock_);
291 WriterMutexLock mu(Thread::Current(), lock_);
296 WriterMutexLock mu(Thread::Current(), lock_)
    [all...]
class_table-inl.h 137 WriterMutexLock mu(Thread::Current(), lock_);
java_vm_ext.cc 590 WriterMutexLock mu(self, *Locks::jni_globals_lock_);
617 WriterMutexLock mu(self, *Locks::jni_globals_lock_);
703 WriterMutexLock mu(self, *Locks::jni_globals_lock_);
    [all...]
oat_file_manager.cc 55 WriterMutexLock mu(Thread::Current(), *Locks::oat_file_manager_lock_);
73 WriterMutexLock mu(Thread::Current(), *Locks::oat_file_manager_lock_);
class_linker-inl.h 318 WriterMutexLock mu(self, *Locks::classlinker_classes_lock_);
class_linker.cc     [all...]
  /art/runtime/base/
mutex.h 525 class SCOPED_CAPABILITY WriterMutexLock {
527 WriterMutexLock(Thread* self, ReaderWriterMutex& mu) EXCLUSIVE_LOCK_FUNCTION(mu) :
532 ~WriterMutexLock() UNLOCK_FUNCTION() {
539 DISALLOW_COPY_AND_ASSIGN(WriterMutexLock);
541 // Catch bug where variable name is omitted. "WriterMutexLock (lock);" instead of
542 // "WriterMutexLock mu(lock)".
543 #define WriterMutexLock(x) static_assert(0, "WriterMutexLock declaration missing variable name")
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h     [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h     [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h     [all...]
  /external/protobuf/src/google/protobuf/
message.cc 373 WriterMutexLock lock(&mutex_);
  /art/patchoat/
patchoat.cc 489 WriterMutexLock mu(Thread::Current(), *Locks::classlinker_classes_lock_);
617 WriterMutexLock mu(Thread::Current(), *Locks::heap_bitmap_lock_);
    [all...]
  /art/runtime/gc/
heap.cc     [all...]

Completed in 714 milliseconds

1 2