Searched refs:TIMEVAL_TO_TIMESPEC (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbsd_timer.c80 static void TIMEVAL_TO_TIMESPEC(const struct timeval *tv, struct timespec *ts) function
94 #ifndef TIMEVAL_TO_TIMESPEC
95 # define TIMEVAL_TO_TIMESPEC(tv, ts) { \ macro
193 TIMEVAL_TO_TIMESPEC(&tv, tp);
H A Dlinux_timer.c80 static void TIMEVAL_TO_TIMESPEC(const struct timeval *tv, struct timespec *ts) function
94 #ifndef TIMEVAL_TO_TIMESPEC
95 # define TIMEVAL_TO_TIMESPEC(tv, ts) { \ macro
195 TIMEVAL_TO_TIMESPEC(&tv, tp);
H A Decos_timer.c445 TIMEVAL_TO_TIMESPEC(&tv, tp);

Completed in 55 milliseconds