Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <sync.h>
Public Member Functions | |
CSemaphore (int init) | |
void | wait () |
bool | try_wait () |
void | post () |
Private Attributes | |
boost::condition_variable | condition |
boost::mutex | mutex |
int | value |
|
inline |
|
inline |
|
inline |