Fabcoin Core
0.16.2
P2P Digital Currency
|
Template mixin that adds -Wthread-safety locking annotations to a subset of the mutex API. More...
#include <sync.h>
Public Member Functions | |
void | lock () EXCLUSIVE_LOCK_FUNCTION() |
void | unlock () UNLOCK_FUNCTION() |
bool | try_lock () EXCLUSIVE_TRYLOCK_FUNCTION(true) |
Template mixin that adds -Wthread-safety locking annotations to a subset of the mutex API.
|
inline |
|
inline |
|
inline |