#include <RageThreads.h>
Public Member Functions | |
RageSemaphore (CString sName, int iInitialValue=0) | |
~RageSemaphore () | |
CString | GetName () const |
int | GetValue () const |
void | Post () |
void | Wait (bool bFailOnTimeout=true) |
bool | TryWait () |
Private Attributes | |
SemaImpl * | m_pSema |
CString | m_sName |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|