Searched defs:timespec (Results 1 – 3 of 3) sorted by relevance
32 struct timespec { struct33 time_t tv_sec; /* seconds */34 long tv_nsec; /* and nanoseconds */
32 struct timespec { struct33 time_t tv_sec; /* seconds */ 34 long tv_nsec; /* and nanoseconds */
83 struct timespec { struct84 time_t tv_sec; /* Seconds */85 long tv_nsec; /* Nanoseconds */
Completed in 3 milliseconds