#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <sys/time.h>
Include dependency graph for timer.c:
Go to the source code of this file.
Functions | |
void | myhandler (int s) |
void | init_timer_interrupt (void) |
void | setup_interval_timer (void) |
void | main (int argc, char *argv[]) |
Variables | |
char | astbuf [] = "*" |
Timer tests. |
|
Definition at line 15 of file timer.c. References myhandler(). Referenced by main(). |
|
Definition at line 34 of file timer.c. References init_timer_interrupt(), and setup_interval_timer(). |
|
Definition at line 9 of file timer.c. References astbuf, and write(). Referenced by init_timer_interrupt(). |
|
Definition at line 25 of file timer.c. Referenced by main(). |
|
Timer tests.
Definition at line 8 of file timer.c. Referenced by myhandler(). |