#include <sync.h>
◆ Mutex() [1/2]
grpc_core::Mutex::Mutex |
( |
| ) |
|
|
inline |
◆ ~Mutex()
grpc_core::Mutex::~Mutex |
( |
| ) |
|
|
inline |
◆ Mutex() [2/2]
grpc_core::Mutex::Mutex |
( |
const Mutex & |
| ) |
|
|
delete |
◆ Lock()
void grpc_core::Mutex::Lock |
( |
| ) |
|
|
inline |
◆ operator=()
Mutex& grpc_core::Mutex::operator= |
( |
const Mutex & |
| ) |
|
|
delete |
◆ TryLock()
bool grpc_core::Mutex::TryLock |
( |
| ) |
|
|
inline |
◆ Unlock()
void grpc_core::Mutex::Unlock |
( |
| ) |
|
|
inline |
◆ CondVar
◆ GetUnderlyingGprMu
The documentation for this class was generated from the following file: