Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
H A Dmainloop.c294 struct timeval ttv; in make_rt() local
301 ttv = *tv; in make_rt()
302 *use_rtclock = !!(ttv.tv_usec & PA_TIMEVAL_RTCLOCK); in make_rt()
305 ttv.tv_usec &= ~PA_TIMEVAL_RTCLOCK; in make_rt()
307 pa_rtclock_from_wallclock(&ttv); in make_rt()
309 return pa_timeval_load(&ttv); in make_rt()

Completed in 2 milliseconds