Searched refs:CLOCK_REALTIME (Results 1 – 25 of 30) sorted by relevance
12
/external/vboot_reference/tests/ |
D | timer_utils.c | 9 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/ |
D | time.h | 47 #define CLOCK_REALTIME 0 macro 61 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
|
/external/strace/xlat/ |
D | clocknames.h | 4 #if defined(CLOCK_REALTIME) || (defined(HAVE_DECL_CLOCK_REALTIME) && HAVE_DECL_CLOCK_REALTIME) 5 XLAT(CLOCK_REALTIME),
|
D | clocknames.in | 1 CLOCK_REALTIME
|
/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/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | clock_gettime.c | 9 clock_gettime(CLOCK_REALTIME, &ts); in main()
|
D | timerfd.cc | 11 int fd = timerfd_create(CLOCK_REALTIME, 0); in main()
|
/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/deqp/framework/delibs/deutil/ |
D | deClock.c | 58 clock_gettime(CLOCK_REALTIME, &currTime); in deGetMicroseconds()
|
D | deTimer.c | 189 if (timer_create(CLOCK_REALTIME, &sevp, &timer->timer) != 0) in deTimer_create()
|
/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/wpa_supplicant_8/src/utils/ |
D | os_unix.c | 71 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/ |
D | timer.c | 9 timer->clock_id = CLOCK_REALTIME; in timer_start()
|
/external/eigen/bench/ |
D | BenchTimer.h | 144 clock_gettime(CLOCK_REALTIME, &ts); in getRealTime()
|
/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/libnfc-nci/halimpl/pn54x/tml/ |
D | phOsalNfc_Timer.c | 92 if(timer_create(CLOCK_REALTIME, &se, &(pTimerHandle->hTimerHandle)) == -1) in phOsalNfc_Timer_Create()
|
/external/fio/engines/ |
D | posixaio.c | 26 clockid_t clk = CLOCK_REALTIME; in fill_timespec()
|
/external/valgrind/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/fio/ |
D | gettime.c | 137 return clock_gettime(CLOCK_REALTIME, ts); in fill_clock_gettime()
|
/external/libusb/libusb/os/ |
D | linux_usbfs.c | 211 return CLOCK_REALTIME; in find_monotonic_clock() 2148 return clock_gettime(CLOCK_REALTIME, tp); in op_clock_gettime()
|
/external/fio/os/windows/ |
D | posix.c | 444 else if (clock_id == CLOCK_REALTIME) in clock_gettime()
|
/external/compiler-rt/test/dfsan/ |
D | custom.cc | 316 int t = clock_gettime(CLOCK_REALTIME, &tp); in test_clock_gettime()
|
12