SpiecsEngine
 
Loading...
Searching...
No Matches

◆ semaphore()

Spices::semaphore::semaphore ( int initSign = 0)
inline

Constructor Function.

Parameters
[in]initSigninitial sign.

Definition at line 23 of file Semaphore.h.

23: m_Sign(initSign) {}
std::atomic_int m_Sign
Sign of this semaphore.
Definition Semaphore.h:77