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

  /src/sys/sys/
time.h 304 #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 15 milliseconds