struct timespec time_sub(const struct timespec *t1, const struct timespec *t2)
Subtract one timespec from another.
Definition: ca821x-posix-util.c:316
int time_cmp(const struct timespec *t1, const struct timespec *t2)
Compare two timespec structures.
Definition: ca821x-posix-util.c:333