![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <util.h>
Public Member Functions | |
| Lock (Mutex &m) MP_ACQUIRE(m) | |
| ~Lock () MP_RELEASE()=default | |
| void | unlock () MP_RELEASE() |
| void | lock () MP_ACQUIRE() |
| void | assert_locked (Mutex &mutex) MP_ASSERT_CAPABILITY() MP_ASSERT_CAPABILITY(mutex) |
Public Attributes | |
| std::unique_lock< std::mutex > | m_lock |
|
default |
|
inline |
|
inline |
|
inline |