Home
last modified time | relevance | path

Searched refs:TIMEVAL_LT (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dtimer.h16 #define TIMEVAL_LT(a, b) \ macro
/mOS-networking-stack/core/src/
H A Dtimer.c541 if (TIMEVAL_LT(&walk->exp, &timer->exp)) { in RegTimer()
H A Dcore.c922 if (TIMEVAL_LT(&cur_ts, &walk->exp)) in RunMainLoop()