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

  /bionic/libc/bionic/
pthread_internal.h 74 static __inline__ void timespec_add( struct timespec* a, const struct timespec* b ) function
pthread-timers.c 477 timespec_add(&expires, &now);
562 timespec_add(&expires, &period);
580 timespec_add(&expires, &period);

Completed in 265 milliseconds