|
EpcTools
An event based multi-threaded C++ development framework.
|
#include <atomic>#include <unordered_map>#include <sys/time.h>#include <pthread.h>#include <signal.h>#include "esynch.h"#include "etevent.h"#include "etime.h"Go to the source code of this file.
Classes | |
| class | ETimerPool |
Typedefs | |
| typedef Void(* | ETimerPoolExpirationCallback) (ULong timerid, pVoid data) |
| Defines the timer expiration callback function. More... | |
Functions | |
| DECLARE_ERROR_ADVANCED (ETimerPoolError_CreatingTimer) | |
| DECLARE_ERROR_ADVANCED (ETimerPoolError_TimerSetTimeFailed) | |
| typedef Void(* ETimerPoolExpirationCallback) (ULong timerid, pVoid data) |
Defines the timer expiration callback function.
| DECLARE_ERROR_ADVANCED | ( | ETimerPoolError_CreatingTimer | ) |
| DECLARE_ERROR_ADVANCED | ( | ETimerPoolError_TimerSetTimeFailed | ) |
1.8.11