Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_internal.h92 static __inline__ int timespec_cmp0( const struct timespec* a ) in timespec_cmp0() function
Dpthread-timers.c425 if (timespec_cmp0(&diff) < 0) { in timer_gettime_internal()