Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Private Attributes | List of all members
CSemaphore Class Reference

#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
 

Detailed Description

Definition at line 124 of file sync.h.

Constructor & Destructor Documentation

CSemaphore::CSemaphore ( int  init)
inline

Definition at line 132 of file sync.h.

Member Function Documentation

void CSemaphore::post ( )
inline

Definition at line 150 of file sync.h.

bool CSemaphore::try_wait ( )
inline

Definition at line 142 of file sync.h.

void CSemaphore::wait ( )
inline

Definition at line 134 of file sync.h.

Member Data Documentation

boost::condition_variable CSemaphore::condition
private

Definition at line 127 of file sync.h.

boost::mutex CSemaphore::mutex
private

Definition at line 128 of file sync.h.

int CSemaphore::value
private

Definition at line 129 of file sync.h.


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