![]() |
CreateSemaphore() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Public Function |
Declared in: OSManager.h |
static CGenericSemaphore * CreateSemaphore( long lInitialCount, long lMaxCount, const char* pSemaphoreName=NULL);
Create a semaphore according to the OS
#ifdef WIN32 return new CWin32Semaphore(lInitialCount,lMaxCount,pSemaphoreName); #else return NULL; #endif
![]() |
Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003. |