Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
AnnotatedMixin< PARENT > Class Template Reference
Template mixin that adds -Wthread-safety locking annotations to a subset of the mutex API. More...
#include <sync.h>
Inheritance diagram for AnnotatedMixin< PARENT >:
Collaboration diagram for AnnotatedMixin< PARENT >:
Public Member Functions | |
void | lock () EXCLUSIVE_LOCK_FUNCTION() |
void | unlock () UNLOCK_FUNCTION() |
bool | try_lock () EXCLUSIVE_TRYLOCK_FUNCTION(true) |
Detailed Description
template<typename PARENT>
class AnnotatedMixin< PARENT >
Template mixin that adds -Wthread-safety locking annotations to a subset of the mutex API.
Member Function Documentation
◆ lock()
template<typename PARENT>
|
inline |
◆ try_lock()
template<typename PARENT>
|
inline |
◆ unlock()
template<typename PARENT>
|
inline |
The documentation for this class was generated from the following file:
- src/sync.h