#include <Semaphore.h>
Definition at line 24 of file Semaphore.h.
Semaphore::Semaphore |
( |
unsigned int |
count = 1 | ) |
|
|
inline |
Initiate semaphore with given count.
- Parameters
-
[in] | count | (default mutex). |
Definition at line 30 of file Semaphore.h.
void Semaphore::signal |
( |
unsigned int |
count = 1 | ) |
|
|
inline |
Signal semaphore count.
- Parameters
-
[in] | count | (default mutex). |
Definition at line 46 of file Semaphore.h.
void Semaphore::wait |
( |
unsigned int |
count = 1 | ) |
|
|
inline |
Wait for semaphore count.
- Parameters
-
[in] | count | (default mutex). |
Definition at line 36 of file Semaphore.h.
volatile unsigned int Semaphore::m_count |
|
protected |
The documentation for this class was generated from the following file: