![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <sync.h>
Public Member Functions | |
void | Acquire () |
void | Release () |
bool | TryAcquire () |
void | MoveTo (CSemaphoreGrant &grant) |
CSemaphoreGrant () | |
CSemaphoreGrant (CSemaphore &sema, bool fTry=false) | |
~CSemaphoreGrant () | |
operator bool () | |
Private Attributes | |
CSemaphore * | sem |
bool | fHaveGrant |
|
inline |
|
inline |
Definition at line 230 of file sync.h.
Referenced by CSemaphoreGrant().
|
inline |
Definition at line 253 of file sync.h.
Referenced by CConnman::OpenNetworkConnection(), and CConnman::ThreadMnbRequestConnections().
|
inline |
Definition at line 238 of file sync.h.
Referenced by MoveTo(), CConnman::ThreadSocketHandler(), and ~CSemaphoreGrant().
|
inline |
Definition at line 246 of file sync.h.
Referenced by CSemaphoreGrant().
|
private |
Definition at line 227 of file sync.h.
Referenced by Acquire(), MoveTo(), operator bool(), Release(), and TryAcquire().
|
private |