Constructors
Declared in <absl/synchronization/mutex.h>
Creates a Mutex that is not held by anyone.
Mutex();
» more...
Creates a mutex with static storage duration.
constexpr
explicit
Mutex(absl::ConstInitType tag);
» more...
| Name | Description |
|---|---|
| tag | A tag that selects this overload. |