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

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
mutex.h 79 #undef MutexLockMaybe
95 // MutexLockMaybe is like MutexLock, but is a no-op when mu is NULL.
96 class LIBPROTOBUF_EXPORT MutexLockMaybe {
98 explicit MutexLockMaybe(Mutex *mu) :
100 ~MutexLockMaybe() { if (this->mu_ != NULL) { this->mu_->Unlock(); } }
103 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(MutexLockMaybe);
142 using internal::MutexLockMaybe;
  /external/protobuf/src/google/protobuf/stubs/
common.h     [all...]
  /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...]

Completed in 219 milliseconds