Definition BaseSemaphore.h:9
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
Str< Char_8, UInt_64 > Str_8
Definition Str.h:1902