Lines Matching refs:rtpoll
37 #include <pulsecore/rtpoll.h>
41 #include <pulsecore/rtpoll.h>
81 pa_rtpoll *rtpoll;
383 pa_source_set_rtpoll(u->source, o->source->thread_info.rtpoll);
547 /* The rtpoll created here is never run. It is only necessary to avoid crashes
549 * module-combine-sink. Both modules base their asyncmsq on the rtpoll provided
552 u->rtpoll = pa_rtpoll_new();
681 pa_sink_set_rtpoll(u->sink, u->rtpoll);
754 if (u->rtpoll)
755 pa_rtpoll_free(u->rtpoll);