HomeSort by relevance Sort by last modified time
    Searched refs:CLOCK_BOOTTIME_ALARM (Results 1 - 24 of 24) sorted by null

  /external/ltp/include/lapi/
posix_clocks.h 42 #ifndef CLOCK_BOOTTIME_ALARM
43 # define CLOCK_BOOTTIME_ALARM 9
  /external/strace/xlat/
clocknames.h 69 #if defined(CLOCK_BOOTTIME_ALARM) || (defined(HAVE_DECL_CLOCK_BOOTTIME_ALARM) && HAVE_DECL_CLOCK_BOOTTIME_ALARM)
71 static_assert((CLOCK_BOOTTIME_ALARM) == (9), "CLOCK_BOOTTIME_ALARM != 9");
74 # define CLOCK_BOOTTIME_ALARM 9
105 [CLOCK_BOOTTIME_ALARM] = XLAT(CLOCK_BOOTTIME_ALARM),
  /external/linux-kselftest/tools/testing/selftests/timers/
alarmtimer-suspend.c 42 #define CLOCK_BOOTTIME_ALARM 9
78 case CLOCK_BOOTTIME_ALARM:
79 return "CLOCK_BOOTTIME_ALARM";
140 alarm_clock_id <= CLOCK_BOOTTIME_ALARM;
inconsistency-check.c 45 #define CLOCK_BOOTTIME_ALARM 9
71 case CLOCK_BOOTTIME_ALARM:
72 return "CLOCK_BOOTTIME_ALARM";
nanosleep.c 43 #define CLOCK_BOOTTIME_ALARM 9
71 case CLOCK_BOOTTIME_ALARM:
72 return "CLOCK_BOOTTIME_ALARM";
nsleep-lat.c 43 #define CLOCK_BOOTTIME_ALARM 9
71 case CLOCK_BOOTTIME_ALARM:
72 return "CLOCK_BOOTTIME_ALARM";
set-timer-lat.c 42 #define CLOCK_BOOTTIME_ALARM 9
79 case CLOCK_BOOTTIME_ALARM:
80 return "CLOCK_BOOTTIME_ALARM";
142 (clock_id == CLOCK_BOOTTIME_ALARM)) {
  /bionic/libc/kernel/uapi/linux/
time.h 73 #define CLOCK_BOOTTIME_ALARM 9
  /external/kernel-headers/original/uapi/linux/
time.h 83 #define CLOCK_BOOTTIME_ALARM 9
  /cts/tests/tests/os/jni/
android_os_cts_SeccompTest.cpp 74 int rv = clock_gettime(CLOCK_BOOTTIME_ALARM, &ts);
  /external/ltp/testcases/kernel/syscalls/clock_getres/
clock_getres01.c 54 {"CLOCK_BOOTTIME_ALARM", CLOCK_BOOTTIME_ALARM, &res, 0, 0,},
  /external/linux-kselftest/tools/testing/selftests/breakpoints/
step_after_suspend_test.c 155 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0);
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go 255 CLOCK_BOOTTIME_ALARM = 0x9
    [all...]
zerrors_linux_386.go 273 CLOCK_BOOTTIME_ALARM = 0x9
    [all...]
zerrors_linux_amd64.go 273 CLOCK_BOOTTIME_ALARM = 0x9
    [all...]
zerrors_linux_arm.go 273 CLOCK_BOOTTIME_ALARM = 0x9
    [all...]
zerrors_linux_arm64.go 273 CLOCK_BOOTTIME_ALARM = 0x9
    [all...]
zerrors_linux_mips.go 273 CLOCK_BOOTTIME_ALARM = 0x9
    [all...]
zerrors_linux_mips64.go 273 CLOCK_BOOTTIME_ALARM = 0x9
    [all...]
zerrors_linux_mips64le.go 273 CLOCK_BOOTTIME_ALARM = 0x9
    [all...]
zerrors_linux_mipsle.go 273 CLOCK_BOOTTIME_ALARM = 0x9
    [all...]
zerrors_linux_ppc64.go 273 CLOCK_BOOTTIME_ALARM = 0x9
    [all...]
zerrors_linux_ppc64le.go 273 CLOCK_BOOTTIME_ALARM = 0x9
    [all...]
zerrors_linux_s390x.go 273 CLOCK_BOOTTIME_ALARM = 0x9
    [all...]

Completed in 922 milliseconds