Home
last modified time | relevance | path

Searched refs:CLOCK_REALTIME (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dostime.h12 #ifndef CLOCK_REALTIME
13 #define CLOCK_REALTIME (clockid_t) 1 macro
/external/skia/tools/skpdiff/
Dskpdiff_util.cpp94 #elif _POSIX_TIMERS > 0 && defined(CLOCK_REALTIME) in get_seconds()
96 clock_gettime(CLOCK_REALTIME, &currentTime); in get_seconds()
/external/kernel-headers/original/linux/
Dtime.h208 #define CLOCK_REALTIME 0 macro
218 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
/external/qemu/
Dqemu-thread.c75 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/
Devent_posix.cc141 clock_gettime(CLOCK_REALTIME, &tEnd); in Wait()
251 clock_gettime(CLOCK_REALTIME, &_tCreate); in Process()
Dcondition_variable_posix.cc112 clock_gettime(CLOCK_REALTIME, &ts); in SleepCS()
/external/srec/portable/src/
Dptimestamp.c43 clock_gettime(CLOCK_REALTIME, &now); in PTimeStampSet()
Dptimer.c174 if (timer_create(CLOCK_REALTIME, NULL, &(tmp->timer)) < 0) in PTimerCreate()
/external/eigen/bench/btl/generic_bench/timers/
Dportable_timer.hh103 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.h331 #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/
Dsync_control_vsync_provider.cc65 clock_gettime(CLOCK_REALTIME, &real_time); in GetVSyncParameters()
/external/eigen/bench/
DBenchTimer.h144 clock_gettime(CLOCK_REALTIME, &ts); in getRealTime()
/external/chromium/third_party/libevent/compat/sys/
D_libevent_time.h154 #define CLOCK_REALTIME 0 macro
D_time.h154 #define CLOCK_REALTIME 0 macro
/external/chromium_org/third_party/libevent/compat/sys/
D_time.h154 #define CLOCK_REALTIME 0 macro
D_libevent_time.h154 #define CLOCK_REALTIME 0 macro
/external/libnfc-nxp/Linux_x86/
DphOsalNfc_Timer.c189 if(timer_create(CLOCK_REALTIME, &se, &(timers[timerid].handle)) == -1) in phOsalNfc_Timer_Create()
/external/openssl/crypto/rand/
Drand_unix.c210 clock_gettime (CLOCK_REALTIME, &ts); in RAND_poll()
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
Drand_unix.c210 clock_gettime (CLOCK_REALTIME, &ts); in RAND_poll()
/external/valgrind/main/memcheck/tests/linux/
Dtimerfd-syscall.c185 { CLOCK_REALTIME, "CLOCK REALTIME" }, in main()
/external/blktrace/
Dblkiomon.c276 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/
Dtick_util.h173 clock_gettime(CLOCK_REALTIME, &ts); in Now()
/external/strace/
Dtime.c676 #ifdef CLOCK_REALTIME
677 { CLOCK_REALTIME, "CLOCK_REALTIME" },
/external/chromium_org/third_party/libusb/src/libusb/os/
Dopenbsd_usb.c597 return clock_gettime(CLOCK_REALTIME, tp); in obsd_clock_gettime()
/external/openssl/apps/
Dapps.c2915 #ifdef CLOCK_REALTIME in app_tminterval()
2931 #ifdef CLOCK_REALTIME in app_tminterval()
2932 clock_gettime(CLOCK_REALTIME,&now); in app_tminterval()

12