|
sipxportlib
Version 3.3
|
#include <assert.h>#include <os/iostream>#include "os/OsBSem.h"#include "os/OsCallback.h"#include "os/OsConfigDb.h"#include "os/OsCSem.h"#include "os/OsDateTime.h"#include "os/OsExcept.h"#include "os/OsEvent.h"#include "os/OsLock.h"#include "os/OsMsg.h"#include "os/OsMsgQ.h"#include "os/OsMutex.h"#include "os/OsNameDb.h"#include "os/OsReadLock.h"#include "os/OsRWMutex.h"#include "os/OsTime.h"#include "os/OsTimer.h"#include "os/OsTimerDb.h"#include "os/OsTimerTask.h"#include "os/OsWriteLock.h"#include "os/OsTask.h"#include "os/OsFS.h"#include "os/OsProcess.h"#include "os/OsProcessMgr.h"#include "os/OsStatus.h"
Functions | |
| OsStatus | TestProcessIterator () |
| OsStatus | TestProcessClass () |
| OsStatus | TestProcessMgr () |
| void | guardedWithBSem (OsBSem &rBSem) |
| void | guardedForReading (OsRWMutex &rRWMutex) |
| void | guardedForWriting (OsRWMutex &rRWMutex) |
| UtlBoolean | msgSendHook (const OsMsg &rOsMsg) |
| void | handleTimerEvent (const int userData, const int eventData) |
| void | handleRapidTimerEvent (const int userData, const int eventData) |
| int | main () |
Variables | |
| OsProcess | process |
| OsStatus TestProcessIterator | ( | ) |
| OsStatus TestProcessClass | ( | ) |
| OsStatus TestProcessMgr | ( | ) |
| void guardedWithBSem | ( | OsBSem & | rBSem | ) |
| void guardedForReading | ( | OsRWMutex & | rRWMutex | ) |
| void guardedForWriting | ( | OsRWMutex & | rRWMutex | ) |
| UtlBoolean msgSendHook | ( | const OsMsg & | rOsMsg | ) |
| void handleTimerEvent | ( | const int | userData, |
| const int | eventData | ||
| ) |
| void handleRapidTimerEvent | ( | const int | userData, |
| const int | eventData | ||
| ) |
| int main | ( | ) |
| OsProcess process |
1.8.11