HomeSort by relevance Sort by last modified time
    Searched refs:timespec_cmp (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
pthread_internal.h 83 static __inline__ int timespec_cmp( const struct timespec* a, const struct timespec* b ) function
pthread-timers.c 497 if (timespec_cmp(&expires, &now) < 0)
563 if (timespec_cmp( &expires, &now ) > 0)
591 } while ( timespec_cmp( &expires, &now ) < 0 );

Completed in 18 milliseconds