![]() |
CreateReadWriteLock() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Public Function |
Declared in: OSManager.h |
static CGenericReadWriteLock * CreateReadWriteLock( int iMaximumReaders);
Create a read write lock according to the OS
#ifdef WIN32 return new CWin32ReadWriteLock(iMaximumReaders); #else return NULL; #endif
![]() |
Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003. |