Go to the source code of this file.
|
| class | timer |
| | Timer Class This class allows the creation of multiple timers that are based by a divider on a single system timer. More...
|
| |
|
| #define | SIG SIGRTMIN |
| |
| #define | errExit(msg) do { perror(msg); exit(EXIT_FAILURE); } while (0) |
| |
| #define | CLOCKID CLOCK_REALTIME |
| |
| #define CLOCKID CLOCK_REALTIME |
| #define errExit |
( |
|
msg | ) |
do { perror(msg); exit(EXIT_FAILURE); } while (0) |
inits the system timer based on signals
| void* nullThread |
( |
void * |
threadid | ) |
|
This is a dummy thread.
- Parameters
-
Stops all existing timers.