![]() |
FD.io VPP
v16.06
Vector Packet Processing
|
Include dependency graph for timer.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| typedef void( | timer_func_t) (any arg, f64 delay) |
Functions | |
| void | timer_call (timer_func_t *func, any arg, f64 time_interval) |
| void | timer_block (sigset_t *save) |
| void | timer_unblock (sigset_t *save) |
| void timer_block | ( | sigset_t * | save | ) |
| void timer_call | ( | timer_func_t * | func, |
| any | arg, | ||
| f64 | time_interval | ||
| ) |