Home
last modified time | relevance | path

Searched refs:monotonic_timer (Results 1 – 2 of 2) sorted by relevance

/external/dbus/dbus/
Ddbus-sysdeps-pthread.c230 struct timespec monotonic_timer; in _dbus_platform_condvar_wait_timeout() local
231 clock_gettime (CLOCK_MONOTONIC,&monotonic_timer); in _dbus_platform_condvar_wait_timeout()
232 time_now.tv_sec = monotonic_timer.tv_sec; in _dbus_platform_condvar_wait_timeout()
233 time_now.tv_usec = monotonic_timer.tv_nsec / 1000; in _dbus_platform_condvar_wait_timeout()
/external/dbus/
Dconfigure.ac967 struct timespec monotonic_timer;
971 clock_getres (CLOCK_MONOTONIC,&monotonic_timer);