Bitcoin ABC 0.30.5
P2P Digital Currency
|
An RAII-style reverse lock. More...
#include <sync.h>
Public Member Functions | |
reverse_lock (UniqueLock &_lock, const char *_guardname, const char *_file, int _line) | |
~reverse_lock () | |
Private Member Functions | |
reverse_lock (reverse_lock const &) | |
reverse_lock & | operator= (reverse_lock const &) |
Private Attributes | |
UniqueLock & | lock |
UniqueLock | templock |
std::string | lockname |
const std::string | file |
const int | line |
An RAII-style reverse lock.
Unlocks on construction and locks on destruction.
|
inlineexplicit |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |