9 class EHS_LIB_IO Semaphore :
public BaseSemaphore
Definition: Semaphore_P.h:12
Semaphore(const UInt_32 initial)
Semaphore(Semaphore &&sem) noexcept
void Initialize() override
Semaphore & operator=(Semaphore &&sem) noexcept
Semaphore(const Semaphore &sem)
bool IsValid() const override
Semaphore & operator=(const Semaphore &sem)
void Signal(const UInt_32 inc) override
bool Wait(const UInt_32 timeout) override
unsigned int UInt_32
Definition: Types.h:49