C++ common classes
General purpose classes for use across projects (Apache license)
|
CXPlatMutex() | CXPlatMutex | |
CXPlatMutex(const char *szName) | CXPlatMutex | |
GetMutexHandle() | CXPlatMutex | |
Lock(DWORD dwWait=INFINITE) | CXPlatMutex | |
lock_count | CXPlatMutex | [protected] |
lock_id | CXPlatMutex | [protected] |
m_csHandle | CXPlatMutex | [protected] |
mutex_data | CXPlatMutex | [protected] |
mutex_shared_attr | CXPlatMutex | [protected] |
p_lock_count | CXPlatMutex | [protected] |
p_lock_id | CXPlatMutex | [protected] |
shared_mem_id | CXPlatMutex | [protected] |
szMutexSig | CXPlatMutex | [protected, static] |
Unlock() | CXPlatMutex | |
~CXPlatMutex() | CXPlatMutex |