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 53 static __inline__ void timespec_add( struct timespec* a, const struct timespec* b ) function
pthread-timers.c 495 timespec_add(&expires, &now);
588 timespec_add( &expires, &period );
608 timespec_add( &expires, &period );

Completed in 65 milliseconds