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

  /prebuilts/go/darwin-x86/src/runtime/
sys_openbsd_arm.s 13 #define CLOCK_REALTIME $0
168 MOVW CLOCK_REALTIME, R0 // arg 1 - clock_id
  /prebuilts/go/linux-x86/src/runtime/
sys_openbsd_arm.s 13 #define CLOCK_REALTIME $0
168 MOVW CLOCK_REALTIME, R0 // arg 1 - clock_id
  /art/libartbase/base/
time_utils.h 89 #ifndef CLOCK_REALTIME
91 #define CLOCK_REALTIME 0xebadf00d
  /external/strace/xlat/
clocknames.h 2 #if !(defined(CLOCK_REALTIME) || (defined(HAVE_DECL_CLOCK_REALTIME) && HAVE_DECL_CLOCK_REALTIME))
3 # define CLOCK_REALTIME 0
42 XLAT(CLOCK_REALTIME),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_time.h 57 #ifndef CLOCK_REALTIME
58 #define CLOCK_REALTIME 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
time.h 61 # define CLOCK_REALTIME 0
76 /* Like CLOCK_REALTIME but also wakes suspended system. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
time.h 61 # define CLOCK_REALTIME 0
76 /* Like CLOCK_REALTIME but also wakes suspended system. */
  /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 48 #define CLOCK_REALTIME 0
61 #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 48 #define CLOCK_REALTIME 0
66 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
time.h 55 #define CLOCK_REALTIME 0
71 #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
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
TYPES.py 103 CLOCK_REALTIME = 0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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
IN.py 399 CLOCK_REALTIME = __CLOCK_REALTIME3
400 CLOCK_REALTIME = __CLOCK_REALTIME0
STROPTS.py 396 CLOCK_REALTIME = __CLOCK_REALTIME3
397 CLOCK_REALTIME = __CLOCK_REALTIME0
    [all...]

Completed in 778 milliseconds