![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
This is the complete list of members for GrayLib::cSemaphore, including all inherited members.
cSemaphore(int iUnlockedCount, int iMaxCount, const FILECHAR_t *pszName=nullptr) | GrayLib::cSemaphore | inline |
isValidSemaphore() const | GrayLib::cSemaphore | inline |
LockWait(TIMESYSD_t tWait=cTimeSys::k_INF) | GrayLib::cSemaphore | inline |
m_pSem | GrayLib::cSemaphore | |
m_sem | GrayLib::cSemaphore | |
Unlock(LONG nReleaseCount=1, LONG *plPreviousCount=nullptr) | GrayLib::cSemaphore | inline |
~cSemaphore() | GrayLib::cSemaphore | inline |