Home
last modified time | relevance | path

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

12

/external/vboot_reference/tests/
Dtimer_utils.c9 clock_gettime(CLOCK_REALTIME, &ct->start_time); in StartTimer()
13 clock_gettime(CLOCK_REALTIME, &ct->end_time); in StopTimer()
/external/kernel-headers/original/uapi/linux/
Dtime.h47 #define CLOCK_REALTIME 0 macro
61 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
/external/strace/xlat/
Dclocknames.h4 #if defined(CLOCK_REALTIME) || (defined(HAVE_DECL_CLOCK_REALTIME) && HAVE_DECL_CLOCK_REALTIME)
5 XLAT(CLOCK_REALTIME),
Dclocknames.in1 CLOCK_REALTIME
/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/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dclock_gettime.c9 clock_gettime(CLOCK_REALTIME, &ts); in main()
Dtimerfd.cc11 int fd = timerfd_create(CLOCK_REALTIME, 0); in main()
/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/deqp/framework/delibs/deutil/
DdeClock.c58 clock_gettime(CLOCK_REALTIME, &currTime); in deGetMicroseconds()
DdeTimer.c189 if (timer_create(CLOCK_REALTIME, &sevp, &timer->timer) != 0) in deTimer_create()
/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/wpa_supplicant_8/src/utils/
Dos_unix.c71 static clockid_t clock_id = CLOCK_REALTIME; in os_get_reltime()
91 clock_id = CLOCK_REALTIME; in os_get_reltime()
94 case CLOCK_REALTIME: in os_get_reltime()
/external/jemalloc/test/src/
Dtimer.c9 timer->clock_id = CLOCK_REALTIME; in timer_start()
/external/eigen/bench/
DBenchTimer.h144 clock_gettime(CLOCK_REALTIME, &ts); in getRealTime()
/external/libnfc-nxp/Linux_x86/
DphOsalNfc_Timer.c189 if(timer_create(CLOCK_REALTIME, &se, &(timers[timerid].handle)) == -1) in phOsalNfc_Timer_Create()
/external/libnfc-nci/halimpl/pn54x/tml/
DphOsalNfc_Timer.c92 if(timer_create(CLOCK_REALTIME, &se, &(pTimerHandle->hTimerHandle)) == -1) in phOsalNfc_Timer_Create()
/external/fio/engines/
Dposixaio.c26 clockid_t clk = CLOCK_REALTIME; in fill_timespec()
/external/valgrind/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/fio/
Dgettime.c137 return clock_gettime(CLOCK_REALTIME, ts); in fill_clock_gettime()
/external/libusb/libusb/os/
Dlinux_usbfs.c211 return CLOCK_REALTIME; in find_monotonic_clock()
2148 return clock_gettime(CLOCK_REALTIME, tp); in op_clock_gettime()
/external/fio/os/windows/
Dposix.c444 else if (clock_id == CLOCK_REALTIME) in clock_gettime()
/external/compiler-rt/test/dfsan/
Dcustom.cc316 int t = clock_gettime(CLOCK_REALTIME, &tp); in test_clock_gettime()

12