AERA
|
Public Member Functions | |
void | clear () |
void | push (T &t) |
T | pop () |
![]() | |
Semaphore (uint32 initialCount, uint32 maxCount) | |
bool | acquire (uint32 timeout=Infinite) |
void | release (uint32 count=1) |
void | reset () |
![]() | |
void | enter () |
void | leave () |
Protected Member Functions | |
void | _clear () |
T | _pop () |
Additional Inherited Members | |
![]() | |
static const uint32 | Infinite |