Home
last modified time | relevance | path

Searched defs:pa_poll (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dpoll.h61 #define pa_poll(fds,nfds,timeout) poll((fds),(nfds),(timeout)) macro
Dpoll-posix.c59 int pa_poll (struct pollfd *fds, unsigned long int nfds, int timeout) { in pa_poll() function
Dpoll-win32.c351 pa_poll (struct pollfd *pfd, nfds_t nfd, int timeout) in pa_poll() function