HomeSort by: relevance | last modified time | path
    Searched defs:CLOCK_MONOTONIC (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libfido2/dist/openbsd-compat/
time.h 17 #ifndef CLOCK_MONOTONIC
18 #define CLOCK_MONOTONIC CLOCK_REALTIME
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
tio.c 84 /* some older versions of Solaris don't provide CLOCK_MONOTONIC but do have
86 #ifndef CLOCK_MONOTONIC
88 #define CLOCK_MONOTONIC CLOCK_HIGHRES
90 #endif /* not CLOCK_MONOTONIC */
101 if (clock_gettime(CLOCK_MONOTONIC, deadline) == 0)
109 if (clock_gettime(CLOCK_MONOTONIC, &tv))
  /src/external/bsd/tmux/dist/
compat.h 279 #ifndef CLOCK_MONOTONIC
280 #define CLOCK_MONOTONIC CLOCK_REALTIME
  /src/sys/sys/
time.h 308 #define CLOCK_MONOTONIC 3
  /src/libexec/httpd/
bozohttpd.c 164 #ifndef CLOCK_MONOTONIC
165 #define CLOCK_MONOTONIC CLOCK_REALTIME
692 if (clock_gettime(CLOCK_MONOTONIC, &ots) != 0) {
709 if (clock_gettime(CLOCK_MONOTONIC, &ts) != 0) {

Completed in 82 milliseconds