Searched refs:ts (Results 1 – 2 of 2) sorted by relevance
64 struct __timespec64 ts; in ___gai_suspend_time64() local67 __clock_gettime64 (CLOCK_MONOTONIC, &ts); in ___gai_suspend_time64()68 ts.tv_sec += timeout->tv_sec; in ___gai_suspend_time64()69 ts.tv_nsec += timeout->tv_nsec; in ___gai_suspend_time64()70 if (ts.tv_nsec >= 1000000000) in ___gai_suspend_time64()72 ts.tv_nsec -= 1000000000; in ___gai_suspend_time64()73 ts.tv_sec++; in ___gai_suspend_time64()97 GAI_MISC_WAIT (result, cntr, timeout == NULL ? NULL : &ts, 1); in ___gai_suspend_time64()99 struct timespec ts32 = valid_timespec64_to_timespec (ts); in ___gai_suspend_time64()
31 static struct timespec ts; variable46 if (ts.tv_nsec) in realloc()47 nanosleep (&ts, NULL); in realloc()76 ts.tv_nsec = 100000000; in do_test()107 ts.tv_nsec = 0; in do_test()
Completed in 6 milliseconds