class WriterMutexLock

Defined at line 638 of file ../../third_party/abseil-cpp/absl/synchronization/mutex.h

WriterMutexLock

The `WriterMutexLock` is a helper class, like `MutexLock`, which acquires and

releases a write (exclusive) lock on a `Mutex` via RAII.

Public Methods

void WriterMutexLock (Mutex * mu)

Defined at line 640 of file ../../third_party/abseil-cpp/absl/synchronization/mutex.h

void WriterMutexLock (Mutex * mu, const Condition & cond)

Defined at line 645 of file ../../third_party/abseil-cpp/absl/synchronization/mutex.h

void WriterMutexLock (const WriterMutexLock & )

Defined at line 651 of file ../../third_party/abseil-cpp/absl/synchronization/mutex.h

void WriterMutexLock (WriterMutexLock && )

Defined at line 652 of file ../../third_party/abseil-cpp/absl/synchronization/mutex.h

WriterMutexLock & operator= (const WriterMutexLock & )

Defined at line 653 of file ../../third_party/abseil-cpp/absl/synchronization/mutex.h

WriterMutexLock & operator= (WriterMutexLock && )

Defined at line 654 of file ../../third_party/abseil-cpp/absl/synchronization/mutex.h

void ~WriterMutexLock ()

Defined at line 656 of file ../../third_party/abseil-cpp/absl/synchronization/mutex.h