OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MutexLockMaybe
(Results
1 - 7
of
7
) 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
...]
/external/protobuf/src/google/protobuf/
descriptor.cc
704
MutexLockMaybe
lock(pool->mutex_);
[
all
...]
Completed in 60 milliseconds