sipxmedialib
Version 3.3
|
#include <time.h>
#include <signal.h>
#include <semaphore.h>
#include <pthread.h>
#include <utl/UtlDefs.h>
#include "mp/MpMMTimer.h"
#include <os/OsMutex.h>
Go to the source code of this file.
Classes | |
class | MpMMTimerPosix |
Posix implementation of periodic timer. More... | |
class | MpMMTimerPosix::PosixSignalReg |
Help class for signal registering. More... | |