Increase this semaphore sign.
Definition at line 45 of file Semaphore.h.
46 {
47 std::unique_lock<std::mutex> lock(
m_Mutex);
48
51 }
std::mutex m_Mutex
Mutex of this semaphore.
std::atomic_int m_Sign
Sign of this semaphore.
std::condition_variable m_Cond
condition variable of this semaphore.
References m_Cond.
Referenced by SpicesTest::TEST().