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

  /src/external/bsd/libfido2/dist/openbsd-compat/
time.h 18 #define CLOCK_MONOTONIC CLOCK_REALTIME
21 #ifndef CLOCK_REALTIME
22 #define CLOCK_REALTIME 0
  /src/external/bsd/blocklist/port/
port.h 98 #define CLOCK_REALTIME 0
  /src/external/bsd/openldap/dist/include/
ldap_pvt.h 136 #ifndef CLOCK_REALTIME
137 #define CLOCK_REALTIME 0
  /src/external/bsd/tmux/dist/
compat.h 276 #ifndef CLOCK_REALTIME
277 #define CLOCK_REALTIME 0
280 #define CLOCK_MONOTONIC CLOCK_REALTIME
  /src/external/gpl3/gcc/dist/libbacktrace/
xztest.c 68 #undef CLOCK_REALTIME
69 #define CLOCK_REALTIME 0
76 #define LIBLZMA_CLOCK_GETTIME_ARG CLOCK_REALTIME
zstdtest.c 67 #undef CLOCK_REALTIME
68 #define CLOCK_REALTIME 0
75 #define ZSTD_CLOCK_GETTIME_ARG CLOCK_REALTIME
ztest.c 67 #undef CLOCK_REALTIME
68 #define CLOCK_REALTIME 0
75 #define ZLIB_CLOCK_GETTIME_ARG CLOCK_REALTIME
  /src/external/gpl3/gcc.old/dist/libbacktrace/
xztest.c 68 #undef CLOCK_REALTIME
69 #define CLOCK_REALTIME 0
76 #define LIBLZMA_CLOCK_GETTIME_ARG CLOCK_REALTIME
ztest.c 67 #undef CLOCK_REALTIME
68 #define CLOCK_REALTIME 0
75 #define ZLIB_CLOCK_GETTIME_ARG CLOCK_REALTIME
  /src/external/gpl3/gdb/dist/libbacktrace/
xztest.c 68 #undef CLOCK_REALTIME
69 #define CLOCK_REALTIME 0
76 #define LIBLZMA_CLOCK_GETTIME_ARG CLOCK_REALTIME
zstdtest.c 67 #undef CLOCK_REALTIME
68 #define CLOCK_REALTIME 0
75 #define ZSTD_CLOCK_GETTIME_ARG CLOCK_REALTIME
ztest.c 67 #undef CLOCK_REALTIME
68 #define CLOCK_REALTIME 0
75 #define ZLIB_CLOCK_GETTIME_ARG CLOCK_REALTIME
  /src/external/gpl3/gdb.old/dist/libbacktrace/
xztest.c 68 #undef CLOCK_REALTIME
69 #define CLOCK_REALTIME 0
76 #define LIBLZMA_CLOCK_GETTIME_ARG CLOCK_REALTIME
zstdtest.c 67 #undef CLOCK_REALTIME
68 #define CLOCK_REALTIME 0
75 #define ZSTD_CLOCK_GETTIME_ARG CLOCK_REALTIME
ztest.c 67 #undef CLOCK_REALTIME
68 #define CLOCK_REALTIME 0
75 #define ZLIB_CLOCK_GETTIME_ARG CLOCK_REALTIME
  /src/sys/sys/
time.h 305 #define CLOCK_REALTIME 0
  /src/lib/librumpuser/
rumpuser_port.h 130 #define CLOCK_REALTIME 0
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 688 #ifndef CLOCK_REALTIME
689 # define CLOCK_REALTIME 0
6530 Jim_SetResultInt(interp, Jim_GetTimeUsec(CLOCK_REALTIME) / 1000000);
6542 Jim_SetResultInt(interp, Jim_GetTimeUsec(CLOCK_REALTIME));
6548 Jim_SetResultInt(interp, Jim_GetTimeUsec(CLOCK_REALTIME) / 1000);

Completed in 123 milliseconds