AERA
Public Member Functions | List of all members
core::FastSemaphore Class Reference
Inheritance diagram for core::FastSemaphore:
core::Semaphore

Public Member Functions

 FastSemaphore (uint32 initialCount, uint32 maxCount)
 
void acquire ()
 
void release ()
 
- Public Member Functions inherited from core::Semaphore
 Semaphore (uint32 initialCount, uint32 maxCount)
 
bool acquire (uint32 timeout=Infinite)
 
void release (uint32 count=1)
 
void reset ()
 

Additional Inherited Members

- Static Protected Attributes inherited from core::Semaphore
static const uint32 Infinite
 

Detailed Description

Definition at line 283 of file submodules/CoreLibrary/CoreLibrary/utils.h.


The documentation for this class was generated from the following files: