Bitcoin
|
#include <mutexlock.h>
Public Member Functions | |
MutexLock (port::Mutex *mu) EXCLUSIVE_LOCK_FUNCTION(mu) | |
~MutexLock () UNLOCK_FUNCTION() | |
Private Member Functions | |
MutexLock (const MutexLock &) | |
void | operator= (const MutexLock &) |
Private Attributes | |
port::Mutex *const | mu_ |
|
inlineexplicit |
|
inline |
|
private |
|
private |
|
private |