/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | ostime.h | 12 #ifndef CLOCK_REALTIME 13 #define CLOCK_REALTIME (clockid_t) 1 macro
|
/external/skia/tools/skpdiff/ |
D | skpdiff_util.cpp | 94 #elif _POSIX_TIMERS > 0 && defined(CLOCK_REALTIME) in get_seconds() 96 clock_gettime(CLOCK_REALTIME, ¤tTime); in get_seconds()
|
/external/kernel-headers/original/linux/ |
D | time.h | 208 #define CLOCK_REALTIME 0 macro 218 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
|
/external/qemu/ |
D | qemu-thread.c | 75 clock_gettime(CLOCK_REALTIME, &ts); in qemu_mutex_timedlock() 143 clock_gettime(CLOCK_REALTIME, &ts); in qemu_cond_timedwait()
|
/external/webrtc/src/system_wrappers/source/ |
D | event_posix.cc | 141 clock_gettime(CLOCK_REALTIME, &tEnd); in Wait() 251 clock_gettime(CLOCK_REALTIME, &_tCreate); in Process()
|
D | condition_variable_posix.cc | 112 clock_gettime(CLOCK_REALTIME, &ts); in SleepCS()
|
/external/srec/portable/src/ |
D | ptimestamp.c | 43 clock_gettime(CLOCK_REALTIME, &now); in PTimeStampSet()
|
D | ptimer.c | 174 if (timer_create(CLOCK_REALTIME, NULL, &(tmp->timer)) < 0) in PTimerCreate()
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | portable_timer.hh | 103 m_clkid = BtlConfig::Instance.realclock ? CLOCK_REALTIME : CLOCK_PROCESS_CPUTIME_ID; in Portable_Timer()
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | _solaris.h | 331 #define GETTIME(tt) _pr_solx86_clock_gettime(CLOCK_REALTIME, (tt)) 333 #define GETTIME(tt) clock_gettime(CLOCK_REALTIME, (tt)) 527 #define GETTIME(tt) _pr_solx86_clock_gettime(CLOCK_REALTIME, (tt)) 529 #define GETTIME(tt) clock_gettime(CLOCK_REALTIME, (tt))
|
/external/chromium_org/ui/gl/ |
D | sync_control_vsync_provider.cc | 65 clock_gettime(CLOCK_REALTIME, &real_time); in GetVSyncParameters()
|
/external/eigen/bench/ |
D | BenchTimer.h | 144 clock_gettime(CLOCK_REALTIME, &ts); in getRealTime()
|
/external/chromium/third_party/libevent/compat/sys/ |
D | _libevent_time.h | 154 #define CLOCK_REALTIME 0 macro
|
D | _time.h | 154 #define CLOCK_REALTIME 0 macro
|
/external/chromium_org/third_party/libevent/compat/sys/ |
D | _time.h | 154 #define CLOCK_REALTIME 0 macro
|
D | _libevent_time.h | 154 #define CLOCK_REALTIME 0 macro
|
/external/libnfc-nxp/Linux_x86/ |
D | phOsalNfc_Timer.c | 189 if(timer_create(CLOCK_REALTIME, &se, &(timers[timerid].handle)) == -1) in phOsalNfc_Timer_Create()
|
/external/openssl/crypto/rand/ |
D | rand_unix.c | 210 clock_gettime (CLOCK_REALTIME, &ts); in RAND_poll()
|
/external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
D | rand_unix.c | 210 clock_gettime (CLOCK_REALTIME, &ts); in RAND_poll()
|
/external/valgrind/main/memcheck/tests/linux/ |
D | timerfd-syscall.c | 185 { CLOCK_REALTIME, "CLOCK REALTIME" }, in main()
|
/external/blktrace/ |
D | blkiomon.c | 276 clock_gettime(CLOCK_REALTIME, &wake); in blkiomon_interval() 280 if (clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &wake, &r)) { in blkiomon_interval()
|
/external/webrtc/src/system_wrappers/interface/ |
D | tick_util.h | 173 clock_gettime(CLOCK_REALTIME, &ts); in Now()
|
/external/strace/ |
D | time.c | 676 #ifdef CLOCK_REALTIME 677 { CLOCK_REALTIME, "CLOCK_REALTIME" },
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
D | openbsd_usb.c | 597 return clock_gettime(CLOCK_REALTIME, tp); in obsd_clock_gettime()
|
/external/openssl/apps/ |
D | apps.c | 2915 #ifdef CLOCK_REALTIME in app_tminterval() 2931 #ifdef CLOCK_REALTIME in app_tminterval() 2932 clock_gettime(CLOCK_REALTIME,&now); in app_tminterval()
|