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

  /bionic/libc/bionic/
pthread_internal.h 99 static __inline__ int timespec_is_zero( const struct timespec* a ) function
pthread-timers.c 399 if (!timespec_is_zero(&diff))
474 if (!timespec_is_zero(&expires)) {
534 if (timer->stopped || timespec_is_zero(&expires)) {
559 if (!timespec_is_zero(&period)) {
579 if (!timespec_is_zero(&period)) {

Completed in 46 milliseconds