Searched defs:timespec (Results 1 – 14 of 14) sorted by relevance
32 struct timespec { struct33 time_t tv_sec; /* seconds */34 long tv_nsec; /* nanoseconds */
42 struct timespec { struct43 time_t tv_sec; /* seconds */44 long tv_nsec; /* and nanoseconds */
85 struct timespec { struct93 int nanosleep(const struct timespec *, struct timespec *); argument
143 struct timespec { struct144 time_t tv_sec = 0;145 long int tv_usec = 0;
265 sleeptest(int (*test)(struct timespec *, struct timespec *), in sleeptest()
27 # define TIMESPEC_NS(timespec) ((timespec).ST_MTIM_NSEC) argument29 # define TIMESPEC_NS(timespec) 0 argument
106 void (*update)(void *, struct timespec *), in rtadvd_add_timer()
267 struct timespec *timespec) in ksched_rr_get_interval()
40 #define timespec timeval macro44 #define timespec timeval macro
232 class timespec(Structure): class
55 class timespec(ctypes.Structure): class
1435 struct timespec timespec, *timespecp = NULL; in ssh_packet_read_seqnr() local2140 struct timespec timespec, *timespecp = NULL; in ssh_packet_write_wait() local
1988 parse_cert_times(char *timespec) in parse_cert_times()
99 #define TS2NS(timespec) \ argument