![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
RAII-style semaphore lock. More...
#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 |
|
private |