Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dcore-rtclock.h40 #define PA_TIMEVAL_RTCLOCK ((time_t) (1LU << 30)) macro
H A Dcore-rtclock.c262 tv->tv_usec |= PA_TIMEVAL_RTCLOCK; in pa_timeval_rtstore()
/third_party/pulseaudio/src/pulse/
H A Dmainloop.c302 *use_rtclock = !!(ttv.tv_usec & PA_TIMEVAL_RTCLOCK); in make_rt()
305 ttv.tv_usec &= ~PA_TIMEVAL_RTCLOCK; in make_rt()

Completed in 3 milliseconds