FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
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 | ||
) |