SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetSign()

const int Spices::semaphore::GetSign ( ) const
inline

Get this semaphore current sign.

Definition at line 70 of file Semaphore.h.

70{ return m_Sign.load(); }
std::atomic_int m_Sign
Sign of this semaphore.
Definition Semaphore.h:77

Referenced by SpicesTest::TEST(), and SpicesTest::TEST().