FD.io VPP  v18.10-34-gcce845e
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 145 of file timer.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 163 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 155 of file timer.c.

+ Here is the caller graph for this function: