HomeSort by: relevance | last modified time | path
    Searched refs:CLOCK_BOOTTIME (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/
time.d 21 enum CLOCK_BOOTTIME = 6;
  /src/external/ibm-public/postfix/dist/src/util/
ldseed.c 63 #elif defined(CLOCK_BOOTTIME)
64 #define NON_WALLTIME_CLOCK CLOCK_BOOTTIME
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
posix.c 526 #ifdef CLOCK_BOOTTIME
527 // CLOCK_BOOTTIME is a Linux-specific constant that indicates a monotonic time that includes time asleep
528 const int clockid = CLOCK_BOOTTIME;
549 #ifdef CLOCK_BOOTTIME
550 // CLOCK_BOOTTIME is a Linux-specific constant that indicates a monotonic time that includes time asleep
551 const int clockid = CLOCK_BOOTTIME;
570 #ifdef CLOCK_BOOTTIME
571 // CLOCK_BOOTTIME is a Linux-specific constant that indicates a monotonic time that includes time asleep
572 const int clockid = CLOCK_BOOTTIME;
  /src/external/bsd/wpa/dist/src/utils/
os_unix.c 79 #if defined(CLOCK_BOOTTIME)
80 static clockid_t clock_id = CLOCK_BOOTTIME;
100 #ifdef CLOCK_BOOTTIME
101 case CLOCK_BOOTTIME:
  /src/external/mit/libuv/dist/src/unix/
linux-core.c 70 /* This is rather annoying: CLOCK_BOOTTIME lives in <linux/time.h> but we can't
74 #ifndef CLOCK_BOOTTIME
75 # define CLOCK_BOOTTIME 7
226 /* Try CLOCK_BOOTTIME first, fall back to CLOCK_MONOTONIC if not available
233 else if ((r = clock_gettime(CLOCK_BOOTTIME, &now)) && errno == EINVAL) {
linux.c 1706 if (clock_gettime(CLOCK_BOOTTIME, &now))
  /src/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
rand_unix.c 858 # ifdef CLOCK_BOOTTIME
859 # define CLOCK_TYPE CLOCK_BOOTTIME
  /src/crypto/external/bsd/openssl.old/dist/crypto/rand/
rand_unix.c 856 # ifdef CLOCK_BOOTTIME
857 # define CLOCK_TYPE CLOCK_BOOTTIME
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211_scan.c 819 #ifndef CLOCK_BOOTTIME
820 #define CLOCK_BOOTTIME 7
822 if (clock_gettime(CLOCK_BOOTTIME, &ts) == 0) {
825 * CLOCK_BOOTTIME is available. */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
time.d 419 enum CLOCK_BOOTTIME = 7;
  /src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.c 2118 #ifdef CLOCK_BOOTTIME
2119 // CLOCK_BOOTTIME is a Linux-specific constant that indicates a monotonic time that includes time asleep
2120 const int clockid = CLOCK_BOOTTIME;
2124 // time asleep is not accounted for, which is why we prefer CLOCK_BOOTTIME on Linux.
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
time.d 149 Uses $(D CLOCK_BOOTTIME).
355 case bootTime: return CLOCK_BOOTTIME;
395 case bootTime: return CLOCK_BOOTTIME;

Completed in 111 milliseconds