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

  /bionic/libc/bionic/
pthread_internal.h 63 static __inline__ void timespec_sub( struct timespec* a, const struct timespec* b ) function
pthread-timers.c 422 timespec_sub(&diff, &now);
570 timespec_sub( &diff, &now );
595 timespec_sub( &expires, &period );
  /external/kernel-headers/original/linux/
time.h 76 static inline struct timespec timespec_sub(struct timespec lhs, function

Completed in 51 milliseconds