#include <thread.h>
Definition at line 72 of file thread.h.
◆ Lock()
| impeller::Lock::Lock |
( |
Mutex & |
mutex | ) |
|
|
inlineexplicit |
Definition at line 74 of file thread.h.
74 : mutex_(mutex) {
75 mutex_.Lock();
76 }
◆ ~Lock()
| impeller::Lock::~Lock |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: