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 104 static __inline__ int timespec_cmp( const struct timespec* a, const struct timespec* b ) function
pthread-timers.c 479 if (timespec_cmp(&expires, &now) < 0)
544 if (timespec_cmp(&expires, &now) > 0) {
566 } while (timespec_cmp(&expires, &now) < 0);

Completed in 127 milliseconds