EHS
|
This is the complete list of members for ehs::BaseSemaphore, including all inherited members.
BaseSemaphore() | ehs::BaseSemaphore | |
BaseSemaphore(Str_8 name, const UInt_32 initial) | ehs::BaseSemaphore | |
BaseSemaphore(const UInt_32 initial) | ehs::BaseSemaphore | |
BaseSemaphore(BaseSemaphore &&sem) noexcept | ehs::BaseSemaphore | |
BaseSemaphore(const BaseSemaphore &sem) | ehs::BaseSemaphore | |
GetInitial() const | ehs::BaseSemaphore | |
GetName() const | ehs::BaseSemaphore | |
Initialize()=0 | ehs::BaseSemaphore | pure virtual |
IsValid() const =0 | ehs::BaseSemaphore | pure virtual |
operator=(BaseSemaphore &&sem) noexcept | ehs::BaseSemaphore | |
operator=(const BaseSemaphore &sem) | ehs::BaseSemaphore | |
Release()=0 | ehs::BaseSemaphore | pure virtual |
Signal(const UInt_32 inc)=0 | ehs::BaseSemaphore | pure virtual |
Wait(const UInt_32 timeout)=0 | ehs::BaseSemaphore | pure virtual |