Searched refs:timespec_ge (Results 1 – 3 of 3) sorted by relevance
81 timespec_ge(struct timespec *a, struct timespec *b) in timespec_ge() function112 if (timespec_ge(&curtime, &ts)) in wait_time()115 while (timespec_ge(&ts, &curtime)) { in wait_time()156 if (timespec_ge(&tmptime, &a->interval)) in timing_loop()
43 timespec_ge(const struct timespec *a, const struct timespec *b) in timespec_ge() function
2827 if (!timerisset(&tic) || timespec_ge(&targs[i].tic, &t_tic)) in main_thread()2829 if (!timerisset(&toc) || timespec_ge(&targs[i].toc, &t_toc)) in main_thread()