Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Public Member Functions | List of all members
StdLockGuard Class Reference

#include <threadsafety.h>

Inheritance diagram for StdLockGuard:
[legend]
Collaboration diagram for StdLockGuard:
[legend]

Public Member Functions

 StdLockGuard (StdMutex &cs) EXCLUSIVE_LOCK_FUNCTION(cs)
 
 ~StdLockGuard () UNLOCK_FUNCTION()
 

Detailed Description

Definition at line 70 of file threadsafety.h.

Constructor & Destructor Documentation

StdLockGuard::StdLockGuard ( StdMutex cs)
inlineexplicit

Definition at line 73 of file threadsafety.h.

StdLockGuard::~StdLockGuard ( )
inline

Definition at line 74 of file threadsafety.h.


The documentation for this class was generated from the following file: