Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dpoll-posix.c138 struct timeval singl_tv; in pa_poll() local
140 singl_tv.tv_sec = 0; in pa_poll()
141 singl_tv.tv_usec = 0; in pa_poll()
143 if (select(f->fd, &rset, &wset, &xset, &singl_tv) != -1) { in pa_poll()