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

  /bionic/libc/bionic/
pthread-timers.c 298 static __inline__ void timespec_sub(struct timespec* a, const struct timespec* b) { function
450 timespec_sub(&diff, &now);
594 timespec_sub(&diff, &now);
616 timespec_sub(&expires, &period);
  /external/kernel-headers/original/linux/
time.h 76 static inline struct timespec timespec_sub(struct timespec lhs, function

Completed in 198 milliseconds