HomeSort by relevance Sort by last modified time
    Searched defs:CLOCK_REALTIME (Results 1 - 25 of 36) sorted by null

1 2

  /art/libartbase/base/
time_utils.h 90 #ifndef CLOCK_REALTIME
92 #define CLOCK_REALTIME 0xebadf00d
  /external/linux-kselftest/tools/testing/selftests/timers/
nanosleep.c 34 #define CLOCK_REALTIME 0
53 case CLOCK_REALTIME:
54 return "CLOCK_REALTIME";
136 for (clockid = CLOCK_REALTIME; clockid < NR_CLOCKIDS; clockid++) {
alarmtimer-suspend.c 33 #define CLOCK_REALTIME 0
60 case CLOCK_REALTIME:
61 return "CLOCK_REALTIME";
inconsistency-check.c 36 #define CLOCK_REALTIME 0
53 case CLOCK_REALTIME:
54 return "CLOCK_REALTIME";
156 int userclock = CLOCK_REALTIME;
nsleep-lat.c 34 #define CLOCK_REALTIME 0
53 case CLOCK_REALTIME:
54 return "CLOCK_REALTIME";
149 for (clockid = CLOCK_REALTIME; clockid < NR_CLOCKIDS; clockid++) {
set-timer-lat.c 33 #define CLOCK_REALTIME 0
61 case CLOCK_REALTIME:
62 return "CLOCK_REALTIME";
  /bionic/libc/kernel/uapi/linux/
time.h 64 #define CLOCK_REALTIME 0
77 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
time.h 158 #define CLOCK_REALTIME 0
  /external/kernel-headers/original/uapi/linux/
time.h 74 #define CLOCK_REALTIME 0
92 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
time.h 99 #if !defined(CLOCK_REALTIME) && __POSIX_VISIBLE >= 200112
100 #define CLOCK_REALTIME 0
116 #endif /* !defined(CLOCK_REALTIME) && __POSIX_VISIBLE >= 200112 */
  /external/python/cpython2/Lib/plat-linux2/
TYPES.py 103 CLOCK_REALTIME = 0
  /external/python/cpython2/Lib/plat-sunos5/
TYPES.py 266 CLOCK_REALTIME = __CLOCK_REALTIME3
267 CLOCK_REALTIME = __CLOCK_REALTIME0