Searched refs:CLOCK_MONOTONIC (Results 1 - 25 of 25) sorted by last modified time

/freebsd-10.0-release/include/
H A Dtime.h105 #define CLOCK_MONOTONIC 4 macro
/freebsd-10.0-release/usr.bin/vmstat/
H A Dvmstat.c407 (void)clock_gettime(CLOCK_MONOTONIC, &sp);
/freebsd-10.0-release/crypto/openssh/
H A Dmisc.c861 #if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
866 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0)
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_time.c166 *n = CLOCK_MONOTONIC;
/freebsd-10.0-release/sys/kern/
H A Dkern_time.c61 #define MAX_CLOCKS (CLOCK_MONOTONIC+1)
346 case CLOCK_MONOTONIC: /* Default to precise. */
442 case CLOCK_MONOTONIC:
998 register_posix_clock(CLOCK_MONOTONIC, &rt_clock);
1472 else /* CLOCK_MONOTONIC */
/freebsd-10.0-release/sys/sys/
H A Dtime.h341 #define CLOCK_MONOTONIC 4 macro
/freebsd-10.0-release/libexec/bootpd/
H A Drtmsg.c143 clock_gettime(CLOCK_MONOTONIC, &tp);
/freebsd-10.0-release/lib/libc/sys/
H A D__vdso_gettimeofday.c126 case CLOCK_MONOTONIC:
/freebsd-10.0-release/lib/libc/gen/
H A Dtimes.c63 if (clock_gettime(CLOCK_MONOTONIC, &t))
/freebsd-10.0-release/lib/libc/isc/
H A Dev_timers.c126 #ifdef CLOCK_MONOTONIC
128 m = CLOCK_MONOTONIC;
/freebsd-10.0-release/lib/libusb/
H A Dlibusb10.c129 if (pthread_condattr_setclock(&attr, CLOCK_MONOTONIC) != 0) {
H A Dlibusb10_io.c315 err = clock_gettime(CLOCK_MONOTONIC, &ts);
/freebsd-10.0-release/lib/libdevstat/
H A Ddevstat.c352 clock_gettime(CLOCK_MONOTONIC, &ts);
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_condattr.c98 clock_id != CLOCK_MONOTONIC) {
/freebsd-10.0-release/usr.sbin/arp/
H A Darp.c322 clock_gettime(CLOCK_MONOTONIC, &tp);
610 clock_gettime(CLOCK_MONOTONIC, &tp);
/freebsd-10.0-release/usr.sbin/nscd/
H A Dnscd.c570 clock_gettime(CLOCK_MONOTONIC, &res);
/freebsd-10.0-release/usr.sbin/uhsoctl/
H A Duhsoctl.c260 clock_gettime(CLOCK_MONOTONIC, &tp),
305 clock_gettime(CLOCK_MONOTONIC, &tp);
/freebsd-10.0-release/usr.sbin/rarpd/
H A Drarpd.c784 clock_gettime(CLOCK_MONOTONIC, &tp);
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dsynch.h148 error = pthread_condattr_setclock(&attr, CLOCK_MONOTONIC);
176 error = clock_gettime(CLOCK_MONOTONIC, &ts);
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dtimer.cpp123 if (::timer_create(CLOCK_MONOTONIC, &se, &m_pimpl->m_timer) == -1) {
/freebsd-10.0-release/contrib/gcclibs/libgomp/config/posix/
H A Dtime.c53 # ifdef CLOCK_MONOTONIC
54 if (clock_gettime (CLOCK_MONOTONIC, &ts) < 0)
70 # ifdef CLOCK_MONOTONIC
71 if (clock_getres (CLOCK_MONOTONIC, &ts) < 0)
/freebsd-10.0-release/contrib/pf/libevent/
H A Devent.c154 if (clock_gettime(CLOCK_MONOTONIC, &ts) == -1)
/freebsd-10.0-release/contrib/libc++/src/
H A Dchrono.cpp17 #include <time.h> // clock_gettime, CLOCK_MONOTONIC
111 // FIXME: We assume that clock_gettime(CLOCK_MONOTONIC) works on
124 if (0 != clock_gettime(CLOCK_MONOTONIC, &tp))
125 __throw_system_error(errno, "clock_gettime(CLOCK_MONOTONIC) failed");
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-bpf.c313 (void) clock_gettime(CLOCK_MONOTONIC, &cur);
/freebsd-10.0-release/sbin/hastd/
H A Dsynch.h145 error = pthread_condattr_setclock(&attr, CLOCK_MONOTONIC);
171 error = clock_gettime(CLOCK_MONOTONIC, &ts);

Completed in 193 milliseconds