Home
last modified time | relevance | path

Searched defs:timespec (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/sys/sys/
H A D_time.h56 struct timespec { struct
76 struct timespec it_interval; /* timer interval */ argument
H A Dpoll.h74 struct timespec { struct
84 int ppoll(struct pollfd[], nfds_t, const struct timespec * __restrict, const sigset_t * __restrict); argument
H A Dselect.h49 struct timespec { struct
50 time_t tv_sec; /* seconds */
51 long tv_nsec; /* and nanoseconds */
H A Dtime.h57 struct timespec { struct
58 time_t tv_sec; /* seconds */
59 long tv_nsec; /* and nanoseconds */
/openbsd-src/usr.sbin/nsd/
H A Dconfig.h.in898 struct timespec { struct
902 #endif /* !__timespec_defined */ argument
/openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.xs140 /* Visual C++ 2013 and older don't have the timespec structure. argument
138 struct timespec { global() struct
139 tv_sectimespec global() argument
[all...]
/openbsd-src/usr.sbin/unbound/testcode/
H A Dchecklocks.c453 int (*tryfunc)(void*), int (*timedfunc)(void*, struct timespec*), in checklock_lockit()
/openbsd-src/usr.bin/ssh/
H A Dpacket.c1411 struct timespec timespec, *timespecp = NULL; ssh_packet_read_seqnr() local
2105 struct timespec timespec, *timespecp = NULL; ssh_packet_write_wait() local
H A Dssh-keygen.c1937 parse_cert_times(char * timespec) parse_cert_times() argument
[all...]