Lines Matching refs:rtpoll
40 #include <pulsecore/rtpoll.h>
69 pa_rtpoll *rtpoll;
175 pa_rtpoll_set_timer_absolute(u->rtpoll, u->timestamp + u->block_usec);
177 pa_rtpoll_set_timer_disabled(u->rtpoll);
180 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0)
183 timer_elapsed = pa_rtpoll_timer_elapsed(u->rtpoll);
224 u->rtpoll = pa_rtpoll_new();
226 if (pa_thread_mq_init(&u->thread_mq, m->core->mainloop, u->rtpoll) < 0) {
254 pa_source_set_rtpoll(u->source, u->rtpoll);
310 if (u->rtpoll)
311 pa_rtpoll_free(u->rtpoll);