FD.io VPP  v19.04.3-1-gdfec10d13
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

◆ timer_func_t

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

Definition at line 29 of file timer.h.

Function Documentation

◆ timer_block()

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:

◆ timer_call()

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:

◆ timer_unblock()

void timer_unblock ( sigset_t *  save)

Definition at line 155 of file timer.c.