HomeSort by relevance Sort by last modified time
    Searched refs:CLOCK_BOOTTIME (Results 1 - 25 of 39) sorted by null

1 2

  /external/ltp/include/lapi/
posix_clocks.h 34 #ifndef CLOCK_BOOTTIME
35 # define CLOCK_BOOTTIME 7
  /external/strace/xlat/
clocknames.h 55 #if defined(CLOCK_BOOTTIME) || (defined(HAVE_DECL_CLOCK_BOOTTIME) && HAVE_DECL_CLOCK_BOOTTIME)
57 static_assert((CLOCK_BOOTTIME) == (7), "CLOCK_BOOTTIME != 7");
60 # define CLOCK_BOOTTIME 7
103 [CLOCK_BOOTTIME] = XLAT(CLOCK_BOOTTIME),
  /bionic/libc/kernel/uapi/linux/
time.h 71 #define CLOCK_BOOTTIME 7
  /external/kernel-headers/original/uapi/linux/
time.h 81 #define CLOCK_BOOTTIME 7
  /external/ltp/lib/
tst_timer.c 31 case CLOCK_BOOTTIME:
32 return "CLOCK_BOOTTIME";
  /external/linux-kselftest/tools/testing/selftests/timers/
alarmtimer-suspend.c 40 #define CLOCK_BOOTTIME 7
74 case CLOCK_BOOTTIME:
75 return "CLOCK_BOOTTIME";
inconsistency-check.c 43 #define CLOCK_BOOTTIME 7
67 case CLOCK_BOOTTIME:
68 return "CLOCK_BOOTTIME";
nanosleep.c 41 #define CLOCK_BOOTTIME 7
67 case CLOCK_BOOTTIME:
68 return "CLOCK_BOOTTIME";
nsleep-lat.c 41 #define CLOCK_BOOTTIME 7
67 case CLOCK_BOOTTIME:
68 return "CLOCK_BOOTTIME";
set-timer-lat.c 40 #define CLOCK_BOOTTIME 7
75 case CLOCK_BOOTTIME:
76 return "CLOCK_BOOTTIME";
  /external/perfetto/include/perfetto/base/
time.h 126 // Determine if CLOCK_BOOTTIME is available on the first call.
129 int res = clock_gettime(CLOCK_BOOTTIME, &ts);
130 return res == 0 ? CLOCK_BOOTTIME : kWallTimeClockSource;
  /external/ltp/testcases/kernel/syscalls/clock_getres/
clock_getres01.c 52 {"CLOCK_BOOTTIME", CLOCK_BOOTTIME, &res, 0, 0,},
  /bionic/benchmarks/
time_benchmark.cpp 80 // CLOCK_BOOTTIME is optionally supported in vdso
83 clock_gettime(CLOCK_BOOTTIME, &t);
143 // CLOCK_BOOTTIME is optionally supported in vdso
146 clock_getres(CLOCK_BOOTTIME, &t);
  /external/bcc/introspection/
bps.c 15 #ifndef CLOCK_BOOTTIME
16 #define CLOCK_BOOTTIME 7
128 !clock_gettime(CLOCK_BOOTTIME, &boot_time_ts) &&
  /device/generic/goldfish/gatekeeper/
SoftGateKeeper.h 102 int res = clock_gettime(CLOCK_BOOTTIME, &time);
  /device/google/cuttlefish_common/guest/hals/gatekeeper/
SoftGateKeeper.h 102 int res = clock_gettime(CLOCK_BOOTTIME, &time);
  /external/wpa_supplicant_8/src/utils/
os_unix.c 75 #if defined(CLOCK_BOOTTIME)
76 static clockid_t clock_id = CLOCK_BOOTTIME;
96 #ifdef CLOCK_BOOTTIME
97 case CLOCK_BOOTTIME:
  /frameworks/av/media/libaaudio/src/legacy/
AudioStreamLegacy.cpp 179 case CLOCK_BOOTTIME:
  /external/openssh/
misc.c 957 (defined(CLOCK_MONOTONIC) || defined(CLOCK_BOOTTIME))
962 #if defined(CLOCK_BOOTTIME)
963 if (clock_gettime(CLOCK_BOOTTIME, &ts) == 0)
973 #endif /* HAVE_CLOCK_GETTIME && (CLOCK_MONOTONIC || CLOCK_BOOTTIME */
982 (defined(CLOCK_MONOTONIC) || defined(CLOCK_BOOTTIME))
987 #if defined(CLOCK_BOOTTIME)
988 if (clock_gettime(CLOCK_BOOTTIME, &ts) == 0)
998 #endif /* HAVE_CLOCK_GETTIME && (CLOCK_MONOTONIC || CLOCK_BOOTTIME */
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_scan.c 783 #ifndef CLOCK_BOOTTIME
784 #define CLOCK_BOOTTIME 7
786 if (clock_gettime(CLOCK_BOOTTIME, &ts) == 0) {
789 * CLOCK_BOOTTIME is available. */
    [all...]
  /bionic/tests/
time_test.cpp 700 ASSERT_EQ(0, clock_gettime(CLOCK_BOOTTIME, &ts));
736 ASSERT_EQ(0, clock_getres(CLOCK_BOOTTIME, &ts));
  /frameworks/av/media/libaaudio/src/core/
AAudioAudio.cpp 538 } else if (clockid != CLOCK_MONOTONIC && clockid != CLOCK_BOOTTIME) {
  /external/python/cpython3/Modules/
timemodule.c     [all...]
  /device/generic/goldfish/sensors/
sensors_qemu.c 131 clock_gettime(CLOCK_BOOTTIME, &ts);
    [all...]
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_progs.c 510 err = clock_gettime(CLOCK_BOOTTIME, &boot_time_ts);
    [all...]

Completed in 690 milliseconds

1 2