Searched defs:timespec (Results 1 – 8 of 8) sorted by relevance
14 struct timespec { struct 15 tv_sectimespec global() argument 17 tv_nsectimespec global() argument
4 struct timespec { }; struct
22 struct timespec { int x; }; struct
146 timespec timespec = {}; in main() local
13 struct timespec {}; struct
143 struct timespec { struct144 time_t tv_sec = 0;145 long int tv_usec = 0;
149 struct timespec { struct150 uint64_t tv_sec; /* seconds */151 uint64_t tv_nsec; /* nanoseconds */
99 TS2NS(timespec) global() argument [all...]