Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dpoll-win32.c356 struct timeval *ptv; in pa_poll() local
393 ptv = &tv; in pa_poll()
394 ptv->tv_sec = 0; in pa_poll()
395 ptv->tv_usec = 0; in pa_poll()
399 ptv = &tv; in pa_poll()
400 ptv->tv_sec = timeout / 1000; in pa_poll()
401 ptv->tv_usec = (timeout % 1000) * 1000; in pa_poll()
405 ptv = NULL; in pa_poll()
447 rc = select (maxfd + 1, &rfds, &wfds, &efds, ptv); in pa_poll()
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-service.c132 timeout_us % LWS_US_PER_SEC }, *ptv = &tv; in _lws_plat_service_tsi() local
151 n = select(max_fd + 1, &readfds, &writefds, &errfds, ptv); in _lws_plat_service_tsi()

Completed in 3 milliseconds