#include <sync.h>
Public Member Functions | |
Semaphore (int InitialValue=0) | |
~Semaphore () | |
void | Wait () |
void | Signal () |
Private Attributes | |
semaphore | m_Semaphore |
BazisLib::Linux::Semaphore::Semaphore | ( | int | InitialValue = 0 |
) | [inline] |
BazisLib::Linux::Semaphore::~Semaphore | ( | ) | [inline] |
void BazisLib::Linux::Semaphore::Signal | ( | ) | [inline] |
void BazisLib::Linux::Semaphore::Wait | ( | ) | [inline] |
semaphore BazisLib::Linux::Semaphore::m_Semaphore [private] |