HomeSort by relevance Sort by last modified time
    Searched defs:CLOCK_REALTIME_ALARM (Results 1 - 20 of 20) sorted by null

  /external/ltp/include/lapi/
posix_clocks.h 38 #ifndef CLOCK_REALTIME_ALARM
39 # define CLOCK_REALTIME_ALARM 8
  /external/linux-kselftest/tools/testing/selftests/timers/
nanosleep.c 42 #define CLOCK_REALTIME_ALARM 8
69 case CLOCK_REALTIME_ALARM:
70 return "CLOCK_REALTIME_ALARM";
alarmtimer-suspend.c 41 #define CLOCK_REALTIME_ALARM 8
76 case CLOCK_REALTIME_ALARM:
77 return "CLOCK_REALTIME_ALARM";
139 for (alarm_clock_id = CLOCK_REALTIME_ALARM;
inconsistency-check.c 44 #define CLOCK_REALTIME_ALARM 8
69 case CLOCK_REALTIME_ALARM:
70 return "CLOCK_REALTIME_ALARM";
nsleep-lat.c 42 #define CLOCK_REALTIME_ALARM 8
69 case CLOCK_REALTIME_ALARM:
70 return "CLOCK_REALTIME_ALARM";
set-timer-lat.c 41 #define CLOCK_REALTIME_ALARM 8
77 case CLOCK_REALTIME_ALARM:
78 return "CLOCK_REALTIME_ALARM";
141 if ((clock_id == CLOCK_REALTIME_ALARM) ||
  /bionic/libc/kernel/uapi/linux/
time.h 72 #define CLOCK_REALTIME_ALARM 8
  /external/kernel-headers/original/uapi/linux/
time.h 82 #define CLOCK_REALTIME_ALARM 8
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go 282 CLOCK_REALTIME_ALARM = 0x8
    [all...]
zerrors_linux_amd64.go 282 CLOCK_REALTIME_ALARM = 0x8
    [all...]
zerrors_linux_arm.go 282 CLOCK_REALTIME_ALARM = 0x8
    [all...]
zerrors_linux_arm64.go 282 CLOCK_REALTIME_ALARM = 0x8
    [all...]
zerrors_linux_mips.go 282 CLOCK_REALTIME_ALARM = 0x8
    [all...]
zerrors_linux_mips64.go 282 CLOCK_REALTIME_ALARM = 0x8
    [all...]
zerrors_linux_mips64le.go 282 CLOCK_REALTIME_ALARM = 0x8
    [all...]
zerrors_linux_mipsle.go 282 CLOCK_REALTIME_ALARM = 0x8
    [all...]
zerrors_linux_ppc64.go 282 CLOCK_REALTIME_ALARM = 0x8
    [all...]
zerrors_linux_ppc64le.go 282 CLOCK_REALTIME_ALARM = 0x8
    [all...]
zerrors_linux_s390x.go 282 CLOCK_REALTIME_ALARM = 0x8
    [all...]
zerrors_linux_sparc64.go 264 CLOCK_REALTIME_ALARM = 0x8
    [all...]

Completed in 2040 milliseconds