Searched defs:timespec (Results 1 – 4 of 4) sorted by relevance
36 struct timespec { struct37 time_t tv_sec; /* seconds */38 long tv_nsec; /* nanoseconds */
44 struct timespec { struct45 time_t tv_sec; /* seconds */46 long tv_nsec; /* and nanoseconds */
57 typedef struct timespec { /* definition per POSIX.4 */ struct81 typedef struct timespec timestruc_t; /* definition per SVr4 */ argument
48 struct timespec { struct49 time_t tv_sec; /* seconds */50 long tv_nsec; /* nanoseconds */