![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include <sync.h>
Collaboration diagram for CSemaphore: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().
Here is the caller graph for this function:
|
inline |
Definition at line 190 of file sync.h.
Referenced by CSemaphoreGrant::TryAcquire().
Here is the caller graph for this function:
|
inline |
Definition at line 182 of file sync.h.
Referenced by CSemaphoreGrant::Acquire().
Here is the caller graph for this function:
1.8.8