#include <mutex.h>
Public Member Functions | |
| MutexLock (Mutex *mu) | |
| MutexLock (Mutex *mu) | |
| ~MutexLock () | |
| ~MutexLock () | |
Private Member Functions | |
| MutexLock (const MutexLock &)=delete | |
| MutexLock (const MutexLock &)=delete | |
| MutexLock & | operator= (const MutexLock &)=delete |
| MutexLock & | operator= (const MutexLock &)=delete |
Private Attributes | |
| Mutex *const | mu_ |
Definition at line 90 of file bloaty/third_party/re2/util/mutex.h.
|
inlineexplicit |
Definition at line 92 of file bloaty/third_party/re2/util/mutex.h.
|
inline |
Definition at line 93 of file bloaty/third_party/re2/util/mutex.h.
|
inlineexplicit |
Definition at line 109 of file re2/util/mutex.h.
|
inline |
Definition at line 110 of file re2/util/mutex.h.
Definition at line 95 of file bloaty/third_party/re2/util/mutex.h.