proxygen
|
#include <LockTraits.h>
Static Public Attributes | |
static constexpr bool | has_lock_unique = true |
static constexpr bool | has_lock_timed |
static constexpr bool | has_lock_shared |
static constexpr bool | has_lock_upgrade |
Private Types | |
using | duration = std::chrono::milliseconds |
An internal helper class to help identify the interface supported by the mutex. This is used in conjunction with the above MutexLevel specializations and the LockTraitsImpl to determine what functions are supported by objects of type Mutex
Definition at line 85 of file LockTraits.h.
|
private |
Definition at line 92 of file LockTraits.h.
|
static |
Definition at line 98 of file LockTraits.h.
|
static |
Definition at line 96 of file LockTraits.h.
|
static |
Definition at line 95 of file LockTraits.h.
|
static |
Definition at line 100 of file LockTraits.h.