Home
last modified time | relevance | path

Searched refs:isc_time_nanoseconds (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/contrib/ntp/libntp/lib/isc/pthreads/
HDcondition.c53 ts.tv_nsec = (long)isc_time_nanoseconds(t); in isc_condition_waituntil()
/freebsd-head/contrib/ntp/libntp/lib/isc/win32/include/isc/
HDtime.h228 isc_time_nanoseconds(const isc_time_t *t);
/freebsd-head/contrib/ntp/libntp/lib/isc/unix/include/isc/
HDtime.h274 isc_time_nanoseconds(const isc_time_t *t);
/freebsd-head/contrib/ntp/libntp/lib/isc/win32/
HDtime.c247 isc_time_nanoseconds(const isc_time_t *t) { in isc_time_nanoseconds() function
/freebsd-head/contrib/ntp/libntp/lib/isc/unix/
HDtime.c373 isc_time_nanoseconds(const isc_time_t *t) { in isc_time_nanoseconds() function
HDfile.c153 (isc_int32_t)(isc_time_nanoseconds(itime) / 1000); in isc_file_settime()