Searched refs:timespec_cmp (Results 1 – 2 of 2) sorted by relevance
83 static __inline__ int timespec_cmp( const struct timespec* a, const struct timespec* b ) in timespec_cmp() function
497 if (timespec_cmp(&expires, &now) < 0) in timer_settime()563 if (timespec_cmp( &expires, &now ) > 0) in timer_thread_start()591 } while ( timespec_cmp( &expires, &now ) < 0 ); in timer_thread_start()