FD.io VPP  v17.04-9-g99c0734
Vector Packet Processing
timer.h File Reference
+ 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)
 

Typedef Documentation

typedef void( timer_func_t) (any arg, f64 delay)

Definition at line 29 of file timer.h.

Function Documentation

void timer_block ( sigset_t *  save)

Definition at line 140 of file timer.c.

+ Here is the caller graph for this function:

void timer_call ( timer_func_t func,
any  arg,
f64  time_interval 
)

Definition at line 158 of file timer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void timer_unblock ( sigset_t *  save)

Definition at line 150 of file timer.c.

+ Here is the caller graph for this function: