Classes | Namespaces | Macros | Typedefs
bloaty/third_party/re2/util/mutex.h File Reference
#include <unistd.h>
#include <mutex>
Include dependency graph for bloaty/third_party/re2/util/mutex.h:

Go to the source code of this file.

Classes

class  re2::Mutex
 
class  re2::MutexLock
 
class  re2::ReaderMutexLock
 
class  re2::WriterMutexLock
 

Namespaces

 re2
 

Macros

#define _POSIX_C_SOURCE   200809L
 
#define MutexLock(x)   static_assert(false, "MutexLock declaration missing variable name")
 
#define ReaderMutexLock(x)   static_assert(false, "ReaderMutexLock declaration missing variable name")
 
#define WriterMutexLock(x)   static_assert(false, "WriterMutexLock declaration missing variable name")
 

Typedefs

typedef std::mutex MutexType
 

Macro Definition Documentation

◆ _POSIX_C_SOURCE

#define _POSIX_C_SOURCE   200809L

Definition at line 15 of file bloaty/third_party/re2/util/mutex.h.

◆ MutexLock

#define MutexLock (   x)    static_assert(false, "MutexLock declaration missing variable name")

Definition at line 125 of file bloaty/third_party/re2/util/mutex.h.

◆ ReaderMutexLock

#define ReaderMutexLock (   x)    static_assert(false, "ReaderMutexLock declaration missing variable name")

Definition at line 126 of file bloaty/third_party/re2/util/mutex.h.

◆ WriterMutexLock

#define WriterMutexLock (   x)    static_assert(false, "WriterMutexLock declaration missing variable name")

Definition at line 127 of file bloaty/third_party/re2/util/mutex.h.

Typedef Documentation

◆ MutexType

Definition at line 29 of file bloaty/third_party/re2/util/mutex.h.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:24