#include <mutex.h>
Public Member Functions | |
MutexLock (Mutex &m) ACQUIRE(m) | |
MutexLock (Mutex &m) ACQUIRE(m) | |
MutexLock (Mutex &m) ACQUIRE(m) | |
MutexLockImp & | native_handle () |
MutexLockImp & | native_handle () |
MutexLockImp & | native_handle () |
~MutexLock () RELEASE() | |
~MutexLock () RELEASE() | |
~MutexLock () RELEASE() | |
Private Types | |
typedef std::unique_lock< std::mutex > | MutexLockImp |
typedef std::unique_lock< std::mutex > | MutexLockImp |
typedef std::unique_lock< std::mutex > | MutexLockImp |
Private Attributes | |
MutexLockImp | ml_ |
Definition at line 87 of file benchmark/src/mutex.h.
|
private |
Definition at line 88 of file benchmark/src/mutex.h.
|
private |
Definition at line 88 of file protobuf/third_party/benchmark/src/mutex.h.
|
private |
Definition at line 88 of file bloaty/third_party/protobuf/third_party/benchmark/src/mutex.h.
|
inline |
Definition at line 91 of file benchmark/src/mutex.h.
|
inline |
Definition at line 92 of file benchmark/src/mutex.h.
|
inline |
Definition at line 91 of file bloaty/third_party/protobuf/third_party/benchmark/src/mutex.h.
|
inline |
Definition at line 92 of file bloaty/third_party/protobuf/third_party/benchmark/src/mutex.h.
|
inline |
Definition at line 91 of file protobuf/third_party/benchmark/src/mutex.h.
|
inline |
Definition at line 92 of file protobuf/third_party/benchmark/src/mutex.h.
|
inline |
Definition at line 93 of file benchmark/src/mutex.h.
|
inline |
Definition at line 93 of file protobuf/third_party/benchmark/src/mutex.h.
|
inline |
Definition at line 93 of file bloaty/third_party/protobuf/third_party/benchmark/src/mutex.h.
|
private |
Definition at line 96 of file benchmark/src/mutex.h.