#include <thread.h>
Definition at line 92 of file thread.h.
◆ ReaderLock()
| impeller::ReaderLock::ReaderLock |
( |
RWMutex & |
mutex | ) |
|
|
inlineexplicit |
Definition at line 94 of file thread.h.
95 : mutex_(mutex) {
96 mutex_.LockReader();
97 }
◆ ~ReaderLock()
| impeller::ReaderLock::~ReaderLock |
( |
| ) |
|
|
inline |
Definition at line 99 of file thread.h.
99{ mutex_.UnlockReader(); }
The documentation for this class was generated from the following file: