/external/skia/bench/ |
D | BenchSysTimer_posix.cpp | 29 if (-1 == clock_gettime(CLOCK_MONOTONIC, &this->fWall)) { in startWall() 52 if (-1 == clock_gettime(CLOCK_MONOTONIC, &end_wall)) { in endWall()
|
/external/kernel-headers/original/linux/ |
D | time.h | 209 #define CLOCK_MONOTONIC 1 macro 218 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC) 219 #define CLOCKS_MONO CLOCK_MONOTONIC
|
/external/dhcpcd/ |
D | common.c | 147 #if defined(_POSIX_MONOTONIC_CLOCK) && defined(CLOCK_MONOTONIC) in get_monotonic() 152 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) { in get_monotonic() 153 posix_clock = CLOCK_MONOTONIC; in get_monotonic()
|
/external/webrtc/src/system_wrappers/source/ |
D | event_posix.cc | 76 result = pthread_condattr_setclock(&condAttr, CLOCK_MONOTONIC); in Construct() 143 clock_gettime(CLOCK_MONOTONIC, &tEnd); in Wait() 253 clock_gettime(CLOCK_MONOTONIC, &_tCreate); in Process()
|
D | condition_variable_posix.cc | 58 result = pthread_condattr_setclock(&condAttr, CLOCK_MONOTONIC); in Construct() 114 clock_gettime(CLOCK_MONOTONIC, &ts); in SleepCS()
|
/external/chromium_org/base/synchronization/ |
D | condition_variable_posix.cc | 33 pthread_condattr_setclock(&attrs, CLOCK_MONOTONIC); in ConditionVariable() 85 clock_gettime(CLOCK_MONOTONIC, &now); in TimedWait()
|
/external/libnfc-nxp/Linux_x86/ |
D | phDal4Nfc_uart.c | 270 clock_gettime(CLOCK_MONOTONIC, &now); in timeval_remaining() 315 clock_gettime(CLOCK_MONOTONIC, &timeout); in phDal4Nfc_uart_read() 323 clock_gettime(CLOCK_MONOTONIC, &timeout); in phDal4Nfc_uart_read()
|
/external/qemu/distrib/sdl-1.2.15/src/timer/unix/ |
D | SDL_systimer.c | 65 clock_gettime(CLOCK_MONOTONIC,&start); in SDL_StartTicks() 76 clock_gettime(CLOCK_MONOTONIC,&now); in SDL_GetTicks()
|
/external/qemu/ |
D | qemu-timer-common.c | 57 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) { in init_get_clock()
|
D | qemu-timer.h | 123 clock_gettime(CLOCK_MONOTONIC, &ts); in get_clock()
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | CondVar.cpp | 103 if (clock_gettime (CLOCK_MONOTONIC, &absoluteTime) == -1) in wait()
|
/external/chromium_org/v8/src/platform/ |
D | condition-variable.cc | 51 result = pthread_condattr_setclock(&attr, CLOCK_MONOTONIC); in ConditionVariable() 114 result = clock_gettime(CLOCK_MONOTONIC, &ts); in WaitFor()
|
/external/chromium_org/media/cdm/ppapi/ |
D | cdm_logging.cc | 76 clock_gettime(CLOCK_MONOTONIC, &ts); in TickCount()
|
/external/linux-tools-perf/ |
D | perf.h | 171 clock_gettime(CLOCK_MONOTONIC, &ts); in rdclock()
|
/external/chromium_org/third_party/libevent/ |
D | event.c | 126 #if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC) in detect_monotonic() 129 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) in detect_monotonic() 142 #if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC) in gettime() 146 if (clock_gettime(CLOCK_MONOTONIC, &ts) == -1) in gettime()
|
/external/chromium/third_party/libevent/ |
D | event.c | 126 #if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC) in detect_monotonic() 129 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) in detect_monotonic() 142 #if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC) in gettime() 146 if (clock_gettime(CLOCK_MONOTONIC, &ts) == -1) in gettime()
|
/external/chromium_org/ui/base/gtk/ |
D | event_synthesis_gtk.cc | 22 clock_gettime(CLOCK_MONOTONIC, &ts); in SynthesizeKeyEvent()
|
/external/valgrind/main/drd/tests/ |
D | monitor_example.cpp | 90 pthread_condattr_setclock(&condattr, CLOCK_MONOTONIC); in Monitor()
|
/external/chromium_org/ui/gl/ |
D | sync_control_vsync_provider.cc | 66 clock_gettime(CLOCK_MONOTONIC, &monotonic_time); in GetVSyncParameters()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | timeutils.cc | 66 clock_gettime(CLOCK_MONOTONIC, &ts); in TimeNanos()
|
/external/chromium/base/ |
D | time_posix.cc | 172 if (clock_gettime(CLOCK_MONOTONIC, &ts) != 0) { in Now()
|
/external/bluetooth/bluedroid/hci/src/ |
D | lpm.c | 146 status = timer_create(CLOCK_MONOTONIC, &se, &bt_lpm_cb.timer_id); in lpm_start_transport_idle_timer()
|
/external/valgrind/main/memcheck/tests/linux/ |
D | timerfd-syscall.c | 183 { CLOCK_MONOTONIC, "CLOCK MONOTONIC" }, in main()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_hf.c | 931 clock_gettime(CLOCK_MONOTONIC, &btif_hf_cb.call_end_timestamp); in phone_state_change() 1107 clock_gettime(CLOCK_MONOTONIC, &now); in btif_hf_call_terminated_recently()
|
/external/chromium_org/ui/base/test/ |
D | ui_controls_gtk.cc | 23 clock_gettime(CLOCK_MONOTONIC, &ts); in XTimeNow()
|