Home
last modified time | relevance | path

Searched refs:timespec_cmp (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dpthread_internal.h83 static __inline__ int timespec_cmp( const struct timespec* a, const struct timespec* b ) in timespec_cmp() function
Dpthread-timers.c497 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()