![]() |
Master Core
v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
|
#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 |
Definition at line 198 of file sync.h.
Referenced by CSemaphoreGrant::Release(), and StopNode().
|
inline |
Definition at line 190 of file sync.h.
Referenced by CSemaphoreGrant::TryAcquire().
|
inline |
Definition at line 182 of file sync.h.
Referenced by CSemaphoreGrant::Acquire().