Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dpoll.h61 #define pa_poll(fds,nfds,timeout) poll((fds),(nfds),(timeout)) macro
63 int pa_poll(struct pollfd *fds, unsigned long nfds, int timeout);
Dlock-autospawn.c193 if ((k = pa_poll(&pfd, 1, -1)) != 1) { in wait_for_ping()
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
Drtpoll.c319 …r = pa_poll(p->pollfd, p->n_pollfd_used, (p->quit || p->timer_enabled) ? (int) ((timeout.tv_sec*10… in pa_rtpoll_run()
/third_party/pulseaudio/src/tests/
Dlock-autospawn-test.c72 fail_unless(pa_poll(&pollfd, 1, -1) == 1); in thread_func2()
/third_party/pulseaudio/src/pulse/
Dthread-mainloop.c70 r = pa_poll(ufds, nfds, timeout); in poll_func()
Dmainloop.c876 m->poll_func_ret = pa_poll( in pa_mainloop_poll()
/third_party/pulseaudio/src/utils/
Dpacmd.c264 if (pa_poll(pollfd, p-pollfd, -1) < 0) { in main()