Searched refs:SHAPER_CLOCK (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dshaper.c17 #define SHAPER_CLOCK rt_clock macro
140 int64_t now = qemu_get_clock( SHAPER_CLOCK );
170 shaper->timer = qemu_new_timer( SHAPER_CLOCK,
219 now = qemu_get_clock( SHAPER_CLOCK );
277 now = qemu_get_clock( SHAPER_CLOCK );
427 int64_t now = qemu_get_clock( SHAPER_CLOCK );
466 delay->timer = qemu_new_timer( SHAPER_CLOCK,
556 session->expiration = qemu_get_clock( SHAPER_CLOCK ) + latency;

Completed in 31 milliseconds