Searched refs:monotonic_timer (Results 1 – 2 of 2) sorted by relevance
230 struct timespec monotonic_timer; in _dbus_platform_condvar_wait_timeout() local231 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()
967 struct timespec monotonic_timer;971 clock_getres (CLOCK_MONOTONIC,&monotonic_timer);