Searched defs:timespec (Results 1 – 3 of 3) sorted by relevance
46 struct timespec { struct47 time_t tv_sec; /* seconds */48 long tv_nsec; /* and nanoseconds */
269 struct timespec *timespec) in ksched_rr_get_interval()
55 class timespec(ctypes.Structure): class