Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/include/isc/
HDplatform.h31 struct timespec { struct
32 time_t tv_sec; /* seconds */
33 long tv_nsec; /* nanoseconds */
/freebsd-11-stable/sys/sys/
HD_timespec.h44 struct timespec { struct
45 time_t tv_sec; /* seconds */
46 long tv_nsec; /* and nanoseconds */
/freebsd-11-stable/crypto/openssh/openbsd-compat/
HDbsd-misc.h73 struct timespec { struct
78 int nanosleep(const struct timespec *, struct timespec *); argument
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
HDt_sleep.c265 sleeptest(int (*test)(struct timespec *, struct timespec *), in sleeptest()
/freebsd-11-stable/contrib/diff/src/
HDcontext.c27 # define TIMESPEC_NS(timespec) ((timespec).ST_MTIM_NSEC) argument
29 # define TIMESPEC_NS(timespec) 0 argument
/freebsd-11-stable/usr.sbin/rtadvd/
HDtimer.c107 void (*update)(void *, struct timespec *), in rtadvd_add_timer()
/freebsd-11-stable/sys/kern/
HDksched.c267 struct timespec *timespec) in ksched_rr_get_interval()
/freebsd-11-stable/contrib/file/src/
HDcdf.h40 #define timespec timeval macro
44 #define timespec timeval macro
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDz_Linux_util.cpp73 #define TS2NS(timespec) (((timespec).tv_sec * 1e9) + (timespec).tv_nsec) argument
/freebsd-11-stable/crypto/openssh/
HDssh-keygen.c1744 parse_cert_times(char *timespec) in parse_cert_times()