Searched defs:timespec (Results 1 – 3 of 3) sorted by relevance
44 struct timespec { struct45 time_t tv_sec; /* seconds */46 long tv_nsec; /* and nanoseconds */
63 struct timespec { struct64 time_t tv_sec; /* seconds */65 LONG32 tv_nsec; /* and nanoseconds */
2452 class timespec(Structure): class