12 #ifndef _OsProtectEventMgr_h_    13 #define _OsProtectEventMgr_h_    71 #if defined(_pingtel_on_posix_)    74                                         int hardLimit = 25000,
   109         OsStatus addtoList(
unsigned int key, 
unsigned int pEvent);
   117 #endif  // _OsProtectEventMgr_h_ int allocCnt()
Definition: OsProtectEventMgr.cpp:201
 
virtual ~OsProtectEventMgr()
Definition: OsProtectEventMgr.cpp:83
 
int availCnt()
Definition: OsProtectEventMgr.cpp:208
 
static OsProtectEventMgr * getEventMgr()
Definition: OsProtectEventMgr.cpp:34
 
OsStatus release(OsProtectedEvent *pEvent)
Definition: OsProtectEventMgr.cpp:186
 
OsStatus
Definition: OsStatus.h:27
 
OsProtectEventMgr(int userData=0, int initialCount=200, int softLimit=500, int hardLimit=5000, int increment=50)
Definition: OsProtectEventMgr.cpp:40
 
OsProtectedEvent * alloc(int userData=0)
Definition: OsProtectEventMgr.cpp:111
 
OsProtectEventMgr initializer class. Solves the problem with ordering of constructors & destructors...
Definition: OsProtectEventMgrInit.h:40
 
Definition: OsProtectEventMgr.h:32
 
Definition: OsProtectEvent.h:22