A lock-holder base which holds exclusive locks, usable with any mutex type.
Declared in <folly/synchronization/Lock.h>
template<typename Mutex>
class unique_lock_base
: public /* implementation-defined */
| Name | Description |
|---|---|
/* implementation-defined */ |
| Name | Description |
|---|---|
swap | Swaps the held lock state with another lock holder. |
| Name |
|---|
Unnamed using |
| Name | Description |
|---|---|
folly::swap | Swaps the held lock state of two lock holders. |