|
sipxportlib
Version 3.3
|
#include <OsProtectEventMgr.h>
Public Member Functions | |
| virtual | ~OsProtectEventMgr () |
| OsProtectedEvent * | alloc (int userData=0) |
| OsStatus | release (OsProtectedEvent *pEvent) |
| int | allocCnt () |
| int | availCnt () |
Static Public Member Functions | |
| static OsProtectEventMgr * | getEventMgr () |
Protected Member Functions | |
| OsProtectEventMgr (int userData=0, int initialCount=200, int softLimit=500, int hardLimit=5000, int increment=50) | |
Friends | |
| class | OsProtectEventMgrInit |
|
virtual |
|
protected |
|
static |
| OsProtectedEvent * alloc | ( | int | userData = 0 | ) |
| OsStatus release | ( | OsProtectedEvent * | pEvent | ) |
| int allocCnt | ( | ) |
| int availCnt | ( | ) |
|
friend |
1.8.11