HomeSort by relevance Sort by last modified time
    Searched defs:WriterMutexLock (Results 1 - 4 of 4) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
mutex.h 275 // ReaderMutexLock and WriterMutexLock do the same, for rwlocks
287 class WriterMutexLock {
289 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }
290 ~WriterMutexLock() { mu_->WriterUnlock(); }
294 WriterMutexLock(const WriterMutexLock&);
295 void operator=(const WriterMutexLock&);
301 #define WriterMutexLock(x) COMPILE_ASSERT(0, wmutex_lock_decl_missing_var_name)
  /external/open-vcdiff/gflags/src/
mutex.h 315 // ReaderMutexLock and WriterMutexLock do the same, for rwlocks
327 class WriterMutexLock {
329 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }
330 ~WriterMutexLock() { mu_->WriterUnlock(); }
334 WriterMutexLock(const WriterMutexLock&);
335 void operator=(const WriterMutexLock&);
341 #define WriterMutexLock(x) COMPILE_ASSERT(0, wmutex_lock_decl_missing_var_name)
  /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)
  /external/protobuf/src/google/protobuf/stubs/
common.h     [all...]

Completed in 105 milliseconds