BaseSemaphore()
Definition BaseSemaphore.cpp:5
void Release() override
Definition Semaphore_P.cpp:108
void Initialize() override
Definition Semaphore_P.cpp:86
Semaphore & operator=(Semaphore &&sem) noexcept
Definition Semaphore_P.cpp:51
Semaphore()
Definition Semaphore_P.cpp:21
bool IsValid() const override
Definition Semaphore_P.cpp:159
void Signal(const UInt_32 inc) override
Definition Semaphore_P.cpp:121
bool Wait(const UInt_32 timeout) override
Definition Semaphore_P.cpp:130
unsigned int UInt_32
Definition Types.h:49
Str< Char_8, UInt_64 > Str_8
Definition Str.h:1953