#include "util_periodic.h"
Go to the source code of this file.
Functions | |
void | spin_periodic_call (const struct timeval *p_t0, const struct timeval *p_t1, const struct timeval *p_tick, void(*cb_func)(void *), void *cb_param) |
void spin_periodic_call | ( | const struct timeval * | p_t0, | |
const struct timeval * | p_t1, | |||
const struct timeval * | p_tick, | |||
void(*)(void *) | cb_func, | |||
void * | cb_param | |||
) |
Definition at line 3 of file util_periodic.c.
References timeval_add(), and timeval_lt().
Referenced by main().