Searched defs:timespec (Results 1 – 3 of 3) sorted by relevance
10 struct timespec { struct11 __kernel_time_t tv_sec; /* seconds */12 long tv_nsec; /* nanoseconds */
89 struct timespec { struct90 long ts_sec;114 struct timespec { struct115 time_t tv_sec; /* seconds */116 long tv_nsec; /* nanoseconds */
51 } timespec; member